This is an automated email from the ASF dual-hosted git repository.

nfilotto 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 fb4a9d67364 Fix typo YAML DS -> YAML DSL in doc
fb4a9d67364 is described below

commit fb4a9d673644bae052f1bb89f0d68db7feaaf1fe
Author: Nicolas Filotto <[email protected]>
AuthorDate: Mon Aug 1 17:17:54 2022 +0200

    Fix typo YAML DS -> YAML DSL in doc
    
    Same fix as https://github.com/apache/camel/pull/8085
---
 .../src/main/docs/modules/eips/pages/choice-eip.adoc                  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/core/camel-core-engine/src/main/docs/modules/eips/pages/choice-eip.adoc 
b/core/camel-core-engine/src/main/docs/modules/eips/pages/choice-eip.adoc
index 550200a0a85..e36f44fb404 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/choice-eip.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/choice-eip.adoc
@@ -201,7 +201,7 @@ And the same example using XML DSL:
 </route>
 ----
 
-And in YAML DS:
+And in YAML DSL:
 
 [source,yaml]
 ----
@@ -222,4 +222,4 @@ And in YAML DS:
               - to: "direct:other"
 ----
 
-TIP: Otherwise, is optional, and if none of the predicates would match, then 
no branches is selected.
\ No newline at end of file
+TIP: Otherwise, is optional, and if none of the predicates would match, then 
no branches is selected.

Reply via email to