Browse Source

[DOCS] Fix typo (#67576) (#67582)

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>

Co-authored-by: Mark Ramotowski <mark@intellectionsoftware.com>
James Rodewig 4 years ago
parent
commit
36e6d8a6d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/docs/multi-termvectors.asciidoc

+ 1 - 1
docs/reference/docs/multi-termvectors.asciidoc

@@ -40,7 +40,7 @@ POST /_mtermvectors
 
 You can specify existing documents by index and ID or 
 provide artificial documents in the body of the request.  
-The index can be specified the body of the request or in the request URI.
+You can specify the index in the request body or request URI.
 
 The response contains a `docs` array with all the fetched termvectors. 
 Each element has the structure provided by the <<docs-termvectors,termvectors>>