This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new ff14762 Escape due to antora is weird.
ff14762 is described below
commit ff147620a0ff99f8efd67be9c9a7a47c4dd2d760
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Nov 1 20:48:42 2021 +0100
Escape due to antora is weird.
---
docs/user-manual/modules/ROOT/pages/bean-binding.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/user-manual/modules/ROOT/pages/bean-binding.adoc
b/docs/user-manual/modules/ROOT/pages/bean-binding.adoc
index 4d2b08f..7b95e0a 100644
--- a/docs/user-manual/modules/ROOT/pages/bean-binding.adoc
+++ b/docs/user-manual/modules/ROOT/pages/bean-binding.adoc
@@ -217,7 +217,7 @@ the method option
* The value is a String enclosed with either single or double quotes
* The value is null which denotes a `null` value
* It can be evaluated using the
xref:components:languages:simple-language.adoc[Simple] language, which
-means you can use, e.g., `${body}`, `${header.foo}` and others
+means you can use, e.g., `$\{body}`, `${header.foo}` and others
xref:components:languages:simple-language.adoc[Simple] tokens. Notice the
tokens must be enclosed with
`${ }`.