From 6fed9dc91e35f6e0ea46679f64fd92806c5f2f0c Mon Sep 17 00:00:00 2001 From: guycall Date: Thu, 10 Sep 2020 13:39:35 +0900 Subject: [PATCH] Fix typo in Event Routing section --- docs/src/main/asciidoc/spring-cloud-stream.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-stream.adoc b/docs/src/main/asciidoc/spring-cloud-stream.adoc index 064cec3d4..b00cd45bf 100644 --- a/docs/src/main/asciidoc/spring-cloud-stream.adoc +++ b/docs/src/main/asciidoc/spring-cloud-stream.adoc @@ -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’.