We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e32c64f commit c627559Copy full SHA for c627559
docs/reference/docs/delete.asciidoc
@@ -88,11 +88,11 @@ DELETE /twitter/_doc/1?routing=kimchy
88
// TEST[continued]
89
90
The above will delete a tweet with id `1`, but will be routed based on the
91
-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
92
document to not be deleted.
93
94
When the `_routing` mapping is set as `required` and no routing value is
95
-specified, the delete api will throw a `RoutingMissingException` and reject
+specified, the delete API will throw a `RoutingMissingException` and reject
96
the request.
97
98
[float]
0 commit comments