Docs: Updated typo in getting-started.asciidoc

A very small typo in the description.

Closes #7134
This commit is contained in:
Akshay Kapoor 2014-08-01 17:26:34 -07:00 committed by Clinton Gormley
parent 9dfede8cbb
commit 89088678c3

View File

@ -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