You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/12/10 13:58:21 UTC

[camel] branch master updated: Fix grammar

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 71969b5  Fix grammar
     new e651223  Merge pull request #3398 from pepavesely/patch-1
71969b5 is described below

commit 71969b58cecbc06127492a87a828dfa83fe3285f
Author: Josef Vesely <pe...@gmail.com>
AuthorDate: Tue Dec 10 14:54:08 2019 +0100

    Fix grammar
    
    Camel will automatic setup a consumer -> Camel will automatically setup a consumer
---
 components/camel-jms/src/main/docs/jms-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-jms/src/main/docs/jms-component.adoc b/components/camel-jms/src/main/docs/jms-component.adoc
index a6c892a..d8b13ff 100644
--- a/components/camel-jms/src/main/docs/jms-component.adoc
+++ b/components/camel-jms/src/main/docs/jms-component.adoc
@@ -1109,7 +1109,7 @@ with the reply destination to be used. By default Camel uses a temporary
 queue, but you can use the `replyTo` option on the endpoint to specify a
 fixed reply queue (see more below about fixed reply queue).
 
-Camel will automatic setup a consumer which listen on the reply queue,
+Camel will automatically setup a consumer which listen on the reply queue,
 so you should *not* do anything. +
  This consumer is a Spring `DefaultMessageListenerContainer` which
 listen for replies. However it's fixed to 1 concurrent consumer. +