This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 158fcf0eb09305f129644d8ddb7c544d90a683fc Author: Zoran Regvart <[email protected]> AuthorDate: Thu Aug 22 21:25:30 2019 +0200 Regen --- docs/components/modules/ROOT/pages/aws-cw-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/modules/ROOT/pages/aws-cw-component.adoc b/docs/components/modules/ROOT/pages/aws-cw-component.adoc index 826a590..1895869 100644 --- a/docs/components/modules/ROOT/pages/aws-cw-component.adoc +++ b/docs/components/modules/ROOT/pages/aws-cw-component.adoc @@ -172,7 +172,7 @@ URI: [source,java] ------------------------------------------------- from("direct:start") -.to("aws-cw://namepsace?amazonCwClient=#client"); +.to("aws-cw://namespace?amazonCwClient=#client"); ------------------------------------------------- The `#client` refers to a `AmazonCloudWatch` in the
