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

This commit is contained in:
Alex Chan 2017-04-04 21:58:32 +01:00 committed by Lee Hinman
parent 6bfecdf921
commit 7f43b75d2b
1 changed files with 1 additions and 1 deletions

View File

@ -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]
--------------------------------------------------