You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/09/18 13:47:52 UTC

[camel] branch master updated: Update main.adoc

This is an automated email from the ASF dual-hosted git repository.

davsclaus 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 07c0f53  Update main.adoc
07c0f53 is described below

commit 07c0f5393da64772896fe56be2a0b018a0599656
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Sep 18 15:47:34 2020 +0200

    Update 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 492bf67..0287f2a 100644
--- a/docs/components/modules/others/pages/main.adoc
+++ b/docs/components/modules/others/pages/main.adoc
@@ -246,7 +246,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 hash sign:
 
 [source,properties]
 ----