mirror of https://github.com/dapr/docs.git
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:
parent
8911b829e6
commit
1aefafb1f7
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue