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 b44527d fix doc error b44527d is described below commit b44527dbaf92ee382a8c19f2053b619e68f23682 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Nov 14 20:49:38 2021 +0100 fix doc error --- docs/user-manual/modules/ROOT/pages/route-configuration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/route-configuration.adoc b/docs/user-manual/modules/ROOT/pages/route-configuration.adoc index 505cf72..957b921 100644 --- a/docs/user-manual/modules/ROOT/pages/route-configuration.adoc +++ b/docs/user-manual/modules/ROOT/pages/route-configuration.adoc @@ -136,7 +136,7 @@ Route configurations are either given an explicit unique ID, or the configuratio A _nameless_ configuration is used as default/fallback configuration, for routes which have *NOT* been explicitly assigned route configurations. -Suppose you have one _nameless_ configuration and another named _javaError_: +Suppose you have one _nameless_ configuration and another named _retryError_: [source,java] ----