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
The following commit(s) were added to refs/heads/master by this push: new 2997b61 fix parentheses new 0ff3f67 Merge pull request #3282 from jericbryledy/patch-1 2997b61 is described below commit 2997b616f0238869bf1d6a3fc6cf4c0c6c0208cd Author: Jeric <jericbryl...@users.noreply.github.com> AuthorDate: Fri Oct 25 23:56:18 2019 +0800 fix parentheses --- components/camel-mustache/src/main/docs/mustache-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-mustache/src/main/docs/mustache-component.adoc b/components/camel-mustache/src/main/docs/mustache-component.adoc index 562f1b1..f186ca0 100644 --- a/components/camel-mustache/src/main/docs/mustache-component.adoc +++ b/components/camel-mustache/src/main/docs/mustache-component.adoc @@ -203,7 +203,7 @@ confirmation email. The email template is laid out in Mustache as: [source,java] ------------------------------------------------- -Dear {{headers.lastName}}}, {{headers.firstName}} +Dear {{headers.lastName}}, {{headers.firstName}} Thanks for the order of {{headers.item}}.