Fix use of apostrophe

This commit is contained in:
Geoff Wagstaff 2016-03-03 14:25:33 +00:00 committed by Lee Hinman
parent f9d1f95e84
commit 06e2a8262d
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ return the full updated source.
The update API uses the Elasticsearch's versioning support internally to make
sure the document doesn't change during the update. You can use the `version`
parameter to specify that the document should only be updated if it's version
parameter to specify that the document should only be updated if its version
matches the one specified. By setting version type to `force` you can force
the new version of the document after update (use with care! with `force`
there is no guarantee the document didn't change).Version types `external` &