Add a missing apostrophe (let us ~> let's) (#23905)
This commit is contained in:
parent
6bfecdf921
commit
7f43b75d2b
|
@ -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]
|
||||
--------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue