Skip to content

Commit c627559

Browse files
dmeissdanielmitterdorfer
authored andcommitted
Fix wording in Delete API docs (#39013)
1 parent e32c64f commit c627559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/docs/delete.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ DELETE /twitter/_doc/1?routing=kimchy
8888
// TEST[continued]
8989

9090
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
91+
user. Note that issuing a delete without the correct routing will cause the
9292
document to not be deleted.
9393

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

9898
[float]

0 commit comments

Comments
 (0)