Browse Source

Add a missing apostrophe (let us ~> let's) (#23905)

Alex Chan 8 years ago
parent
commit
7f43b75d2b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/docs/update.asciidoc

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

@@ -13,7 +13,7 @@ removes some network roundtrips and reduces chances of version conflicts
 between the get and the index. The `_source` field needs to be enabled
 for this feature to work.
 
-For example, lets index a simple doc:
+For example, let's index a simple doc:
 
 [source,js]
 --------------------------------------------------