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/02/28 14:53:59 UTC

[camel] 10/15: Camel-AWS-MQ: Minor fixes to docs

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

commit 48ca3c961aafa44691ac90e43aa5f27157a3d971
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 28 15:28:11 2019 +0100

    Camel-AWS-MQ: Minor fixes to docs
---
 components/camel-aws-mq/src/main/docs/aws-mq-component.adoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/components/camel-aws-mq/src/main/docs/aws-mq-component.adoc b/components/camel-aws-mq/src/main/docs/aws-mq-component.adoc
index d10b98f..884a027 100644
--- a/components/camel-aws-mq/src/main/docs/aws-mq-component.adoc
+++ b/components/camel-aws-mq/src/main/docs/aws-mq-component.adoc
@@ -120,11 +120,11 @@ The component supports 12 options, which are listed below.
 
 
 
-Required EC2 component options
+Required MQ component options
 
-You have to provide the amazonEc2Client in the
+You have to provide the amazonMqClient in the
 Registry or your accessKey and secretKey to access
-the https://aws.amazon.com/it/ec2/[Amazon EC2] service.
+the https://aws.amazon.com/it/mq/[Amazon MQ] service.
 
 ### Usage
 
@@ -170,7 +170,7 @@ Maven users will need to add the following dependency to their pom.xml.
 </dependency>
 ---------------------------------------
 
-where `${camel-version`} must be replaced by the actual version of Camel
+where `${camel-version}` must be replaced by the actual version of Camel
 (2.16 or higher).
 
 ### See Also