You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/12/15 13:42:27 UTC

(camel-spring-boot-examples) branch main updated: Fixed typo

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-spring-boot-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new f715f44  Fixed typo
f715f44 is described below

commit f715f445f7c3f74635044dede6d4507e610b8d90
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Dec 15 14:42:19 2023 +0100

    Fixed typo
---
 routes-configuration/src/main/resources/myroutes/my-yaml-route.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/routes-configuration/src/main/resources/myroutes/my-yaml-route.yaml b/routes-configuration/src/main/resources/myroutes/my-yaml-route.yaml
index 969796b..3639f6d 100644
--- a/routes-configuration/src/main/resources/myroutes/my-yaml-route.yaml
+++ b/routes-configuration/src/main/resources/myroutes/my-yaml-route.yaml
@@ -27,7 +27,7 @@
             uri: "log:yaml"
             parameters:
               showBodyType: false
-              showEchangePattern: false
+              showExchangePattern: false
         - throwException:
             exceptionType: "java.lang.IllegalArgumentException"
             message: "Error from yaml"