Browse Source

[DOCS] rephrased delete by query docs

Luca Cavanna 11 years ago
parent
commit
9902f04033
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/docs/delete-by-query.asciidoc

+ 1 - 1
docs/reference/docs/delete-by-query.asciidoc

@@ -22,7 +22,7 @@ $ curl -XDELETE 'http://localhost:9200/twitter/tweet/_query' -d '{
 NOTE: The query being sent in the body must be nested in a `query` key, same as
 the <<search-search,search api>> works added[1.0.0.RC1,The query was previously the top-level object].
 
-Both above examples end up do the same thing, which is delete all
+Both above examples end up doing the same thing, which is delete all
 tweets from the twitter index for a certain user. The result of the
 commands is: