You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/16 20:00:49 UTC

[camel] branch master updated: Update toD-eip.adoc

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 d074cd0  Update toD-eip.adoc
d074cd0 is described below

commit d074cd09286ea55e0191edca966c9b2d5c0e9a4b
Author: Tibin Lukose <36...@users.noreply.github.com>
AuthorDate: Fri Oct 16 23:46:25 2020 +0400

    Update toD-eip.adoc
    
    syntax correction DSL
---
 core/camel-core-engine/src/main/docs/modules/eips/pages/toD-eip.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/toD-eip.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/toD-eip.adoc
index 01cb596..1780fd2 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/toD-eip.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/toD-eip.adoc
@@ -65,7 +65,7 @@ And in XML:
 ----
 <route>
   <from uri="direct:start"/>
-  <toD uri="mock:${header.foo"/>
+  <toD uri="mock:${header.foo}"/>
 </route>
 ----