This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit df4a5b28665d1bac6ae0b2484d505eb6ff5188fe Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Sep 1 10:37:27 2021 +0200 Fixed Typo in docs --- components/camel-activemq/src/main/docs/activemq-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-activemq/src/main/docs/activemq-component.adoc b/components/camel-activemq/src/main/docs/activemq-component.adoc index 7c3e403..8b2fad3 100644 --- a/components/camel-activemq/src/main/docs/activemq-component.adoc +++ b/components/camel-activemq/src/main/docs/activemq-component.adoc @@ -329,7 +329,7 @@ with the following path and query parameters: == Examples -You'll need to provide a connectioFactory to the ActiveMQ Component, to have the following examples working. +You'll need to provide a connectionFactory to the ActiveMQ Component, to have the following examples working. === Producer Example
