[DOCS] Fixed typo

This commit is contained in:
Clinton Gormley 2013-09-04 17:36:28 +02:00
parent e68303d6a6
commit eac2b3a52e
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ The above result includes the `_index`, `_type`, and `_id` of the
document we wish to retrieve, including the actual source of the document we wish to retrieve, including the actual source of the
document that was indexed. document that was indexed.
The API also allows to check for the existance of a document using The API also allows to check for the existence of a document using
`HEAD`, for example: `HEAD`, for example:
[source,js] [source,js]