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 8782c797714e8ecfb612b55430562d21c65dd44c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Mar 9 09:18:20 2021 +0100 Regen --- 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] ----