Skip to content

Commit 8bce39d

Browse files
yannbolligergaryrussell
authored andcommitted
Fix typo in amqp.adoc
1 parent 55d1289 commit 8bce39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/asciidoc/amqp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ A `ConnectionFactory` can be created quickly and conveniently by using the rabbi
364364
In most cases, this approach is preferable, since the framework can choose the best defaults for you.
365365
The created instance is a `CachingConnectionFactory`.
366366
Keep in mind that the default cache size for channels is 25.
367-
If you want more channels to be cachedm, set a larger value by setting the 'channelCacheSize' property.
367+
If you want more channels to be cached, set a larger value by setting the 'channelCacheSize' property.
368368
In XML it would look like as follows:
369369

370370
====

0 commit comments

Comments
 (0)