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 7350586  Update route-template.adoc
7350586 is described below

commit 7350586518c5c20487f8016c59b281388407f0ef
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Aug 31 12:50:30 2020 +0200

    Update route-template.adoc
---
 docs/user-manual/modules/ROOT/pages/route-template.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/route-template.adoc 
b/docs/user-manual/modules/ROOT/pages/route-template.adoc
index fd6e6fd..f373f8d 100644
--- a/docs/user-manual/modules/ROOT/pages/route-template.adoc
+++ b/docs/user-manual/modules/ROOT/pages/route-template.adoc
@@ -159,7 +159,7 @@ Then we can create two routes from this template by 
configuring the values in th
 ----
 camel.route-template[0].template-id=mytemplate
 camel.route-template[0].input=foo
-camel.route-template[1].result=cheese
+camel.route-template[0].result=cheese
 
 camel.route-template[1].template-id=mytemplate
 camel.route-template[1].input=bar

Reply via email to