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
The following commit(s) were added to refs/heads/master by this push: new 1fc950c Fix typo in using-propertyplaceholder.adoc 1fc950c is described below commit 1fc950ccda66857d517ea3c7b635b34a5bdfc924 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Wed Apr 17 16:42:17 2019 +0200 Fix typo in using-propertyplaceholder.adoc --- docs/user-manual/modules/ROOT/pages/using-propertyplaceholder.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/using-propertyplaceholder.adoc b/docs/user-manual/modules/ROOT/pages/using-propertyplaceholder.adoc index 5741588..4aa6540 100644 --- a/docs/user-manual/modules/ROOT/pages/using-propertyplaceholder.adoc +++ b/docs/user-manual/modules/ROOT/pages/using-propertyplaceholder.adoc @@ -675,7 +675,7 @@ can declare the properties directly in the XML file as shown below: </route> </camelContext> ---- +---- Notice that we have a `<bean>` which refers to one of the properties. And in the Camel route we refer to the other using the `{{ }}` notation.