This is an automated email from the ASF dual-hosted git repository. tsato 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 9faa9c7 Fix main.adoc 9faa9c7 is described below commit 9faa9c74bf85a48f01874b5d59965d47d97b844f Author: Tadayoshi Sato <sato.tadayo...@gmail.com> AuthorDate: Tue Mar 9 14:33:28 2021 +0900 Fix main.adoc --- docs/components/modules/others/pages/main.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/modules/others/pages/main.adoc b/docs/components/modules/others/pages/main.adoc index e16016d..f6eaa27 100644 --- a/docs/components/modules/others/pages/main.adoc +++ b/docs/components/modules/others/pages/main.adoc @@ -253,7 +253,7 @@ camel.component.sql.dataSource = #myDS ---- To refer to a custom bean you may want to favour using `#bean:` style, as this states the intention more clearly that its referring to a bean, -and not just a text value that happens to start with a `#` sign: +and not just a text value that happens to start with a `+#+` sign: [source,properties] ----