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:54:01 UTC

[camel] 12/15: Camel-AWS-Sdb: 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 234081086021e53f17e32c2e69192d2006d7f4d4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 28 15:33:38 2019 +0100

    Camel-AWS-Sdb: Minor fixes to docs
---
 components/camel-aws-sdb/src/main/docs/aws-sdb-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws-sdb/src/main/docs/aws-sdb-component.adoc b/components/camel-aws-sdb/src/main/docs/aws-sdb-component.adoc
index 4ca916b..be84b0e 100644
--- a/components/camel-aws-sdb/src/main/docs/aws-sdb-component.adoc
+++ b/components/camel-aws-sdb/src/main/docs/aws-sdb-component.adoc
@@ -243,7 +243,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.8.4 or higher).
 
 ### See Also