From eac2b3a52eed022357d138c557ddc6d104acd828 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Wed, 4 Sep 2013 17:36:28 +0200 Subject: [PATCH] [DOCS] Fixed typo --- docs/reference/docs/get.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/docs/get.asciidoc b/docs/reference/docs/get.asciidoc index 656c0c5a956..056d271ce7f 100644 --- a/docs/reference/docs/get.asciidoc +++ b/docs/reference/docs/get.asciidoc @@ -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 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: [source,js]