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:53 UTC

[camel] 04/15: Camel-AWS-ECS: 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 204df0187930e79ecbb92f800bf759e447ad4deb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 28 15:12:23 2019 +0100

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

diff --git a/components/camel-aws-ecs/src/main/docs/aws-ecs-component.adoc b/components/camel-aws-ecs/src/main/docs/aws-ecs-component.adoc
index e5102e6..bf50b70 100644
--- a/components/camel-aws-ecs/src/main/docs/aws-ecs-component.adoc
+++ b/components/camel-aws-ecs/src/main/docs/aws-ecs-component.adoc
@@ -143,7 +143,7 @@ the https://aws.amazon.com/ecs/[Amazon ECS] service.
 
 #### ECS Producer operations
 
-Camel-AWS EKS component provides the following operation on the producer side:
+Camel-AWS ECS component provides the following operation on the producer side:
 
 - listClusters
 - createCluster
@@ -165,7 +165,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
 (3.0.0 or higher).
 
 ### See Also