Fix typo in Event Routing section

This commit is contained in:
guycall
2020-09-10 13:39:35 +09:00
committed by Sabby Anandan
parent ef51351108
commit 6fed9dc91e

View File

@@ -1362,7 +1362,7 @@ If the listener throws a `RequeueCurrentMessageException` directly, the message
=== Event Routing
Event Routing, in the context of Spring Cloud Stream, is the ability to either
_a) route events to a particular even subscriber_ or
_a) route events to a particular event subscriber_ or
_b) route events produced by an event subscriber to a particular destination_.
Here we'll refer to it as route TO and route FROM.