Browse Source

Update get.asciidoc (#31084)

Fix typo

(cherry picked from commit 51fbf8a3d3486fcf8a66dd6a6fe0940482b0f2d8)
Dmitri Moore 7 years ago
parent
commit
c7c0acc2c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/docs/get.asciidoc

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

@@ -167,7 +167,7 @@ The result of the above get operation is:
 // TESTRESPONSE
 
 
-Field values fetched from the document it self are always returned as an array.
+Field values fetched from the document itself are always returned as an array.
 Since the `counter` field is not stored the get request simply ignores it when trying to get the `stored_fields.`
 
 It is also possible to retrieve metadata fields like the `_routing` field: