Skip to content

Commit

Permalink
Fix wording in Delete API docs (#39013)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeiss authored and danielmitterdorfer committed Feb 18, 2019
1 parent 2510c3c commit ab89c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/docs/delete.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ DELETE /twitter/_doc/1?routing=kimchy
// TEST[continued]

The above will delete a tweet with id `1`, but will be routed based on the
user. Note, issuing a delete without the correct routing, will cause the
user. Note that issuing a delete without the correct routing will cause the
document to not be deleted.

When the `_routing` mapping is set as `required` and no routing value is
specified, the delete api will throw a `RoutingMissingException` and reject
specified, the delete API will throw a `RoutingMissingException` and reject
the request.

[float]
Expand Down

0 comments on commit ab89c67

Please sign in to comment.