Skip to content

Commit 3e0849a

Browse files
committed
Fix typo
Closes gh-33050
1 parent f3a605b commit 3e0849a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/integration/jms/annotated.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ your `@Configuration` classes, as the following example shows:
5858
By default, the infrastructure looks for a bean named `jmsListenerContainerFactory`
5959
as the source for the factory to use to create message listener containers. In this
6060
case (and ignoring the JMS infrastructure setup), you can invoke the `processOrder`
61-
method with a core poll size of three threads and a maximum pool size of ten threads.
61+
method with a core pool size of three threads and a maximum pool size of ten threads.
6262

6363
You can customize the listener container factory to use for each annotation or you can
6464
configure an explicit default by implementing the `JmsListenerConfigurer` interface.

0 commit comments

Comments
 (0)