Fix typo in docs exits to exist

This commit is contained in:
daugsbi
2015-10-23 17:56:41 +02:00
parent ab37b72cff
commit 59158cb7ba
12 changed files with 12 additions and 12 deletions

View File

@ -459,7 +459,7 @@ Returns a boolean indicating whether or not a given document exists.
The default method is `HEAD` and the usual <<api-conventions,params and return values>> apply. See http://www.elastic.co/guide/en/elasticsearch/reference/2.0/docs-get.html[the elasticsearch docs] for more about this method.
.Check that the document `/myindex/mytype/1` exits
.Check that the document `/myindex/mytype/1` exist
[source,js]
---------
client.exists({