Browse Source

[DOCS] Fix typo

James Rodewig 4 years ago
parent
commit
fb212e415b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/docs/multi-get.asciidoc

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

@@ -208,7 +208,7 @@ You can include the `stored_fields` query parameter in the request URI to specif
 to use when there are no per-document instructions. 
 
 For example, the following request retrieves `field1` and `field2` from document 1, and
-`field3` and `field4`from document 2:
+`field3` and `field4` from document 2:
 
 [source,console]
 --------------------------------------------------