From 89088678c37b7750aa927defb8d795410c673e18 Mon Sep 17 00:00:00 2001 From: Akshay Kapoor Date: Fri, 1 Aug 2014 17:26:34 -0700 Subject: [PATCH] Docs: Updated typo in getting-started.asciidoc A very small typo in the description. Closes #7134 --- docs/reference/getting-started.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/getting-started.asciidoc b/docs/reference/getting-started.asciidoc index 72e6d4b3612..812b96e01c3 100755 --- a/docs/reference/getting-started.asciidoc +++ b/docs/reference/getting-started.asciidoc @@ -459,7 +459,7 @@ curl -XPOST 'localhost:9200/customer/external/1/_update?pretty' -d ' In the above example, `ctx._source` refers to the current source document that is about to be updated. -Note that as if this writing, updates can only be performed on a single document at a time. In the future, Elasticsearch will provide the ability to update multiple documents given a query condition (like an `SQL UPDATE-WHERE` statement). +Note that as of this writing, updates can only be performed on a single document at a time. In the future, Elasticsearch will provide the ability to update multiple documents given a query condition (like an `SQL UPDATE-WHERE` statement). === Deleting Documents