From 8bce39d48ad7020e98ebe015fdd06c85a334a65c Mon Sep 17 00:00:00 2001 From: Yann Bolliger Date: Tue, 5 Apr 2022 10:05:50 +0200 Subject: [PATCH] Fix typo in amqp.adoc --- src/reference/asciidoc/amqp.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/asciidoc/amqp.adoc b/src/reference/asciidoc/amqp.adoc index 80e94c44..e672789c 100644 --- a/src/reference/asciidoc/amqp.adoc +++ b/src/reference/asciidoc/amqp.adoc @@ -364,7 +364,7 @@ A `ConnectionFactory` can be created quickly and conveniently by using the rabbi In most cases, this approach is preferable, since the framework can choose the best defaults for you. The created instance is a `CachingConnectionFactory`. Keep in mind that the default cache size for channels is 25. -If you want more channels to be cachedm, set a larger value by setting the 'channelCacheSize' property. +If you want more channels to be cached, set a larger value by setting the 'channelCacheSize' property. In XML it would look like as follows: ====