Modified a line based on the review comment

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>
This commit is contained in:
Amulya Varote 2021-12-07 19:42:57 -08:00
parent 8911b829e6
commit 1aefafb1f7
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ In order to tell Dapr that you successfully processed an event in your applicati
### Rejecting an event
In order to tell Dapr that the event was not processed correctly in your application and schedule it for redelivery, return any response other than `200 OK`. For example, a `500 Error`.
In order to tell Dapr that the event wasn't processed correctly in your application and schedule it for redelivery, return any response different from `200 OK`. For example, a `500 Error`.
### Specifying a custom route