Skip to content

Commit a599881

Browse files
committed
Fix typo in reference
1 parent 872302d commit a599881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/asciidoc/overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ Its main implementations are:
592592
* `EventDrivenConsumer`, used when we subscribe to a `SubscribableChannel` to listen for messages.
593593
* `PollingConsumer`, used when we poll for messages from a `PollableChannel`.
594594

595-
When you use messaging annotations or the Java DSL, you need ot worry about these components, because the Framework automatically produces them with appropriate annotations and `BeanPostProcessor` implementations.
595+
When you use messaging annotations or the Java DSL, you need to worry about these components, because the Framework automatically produces them with appropriate annotations and `BeanPostProcessor` implementations.
596596
When building components manually, you should use the `ConsumerEndpointFactoryBean` to help determine the target `AbstractEndpoint` consumer implementation to create, based on the provided `inputChannel` property.
597597

598598
On the other hand, the `ConsumerEndpointFactoryBean` delegates to an another first class citizen in the Framework:

0 commit comments

Comments
 (0)