This is an automated email from the ASF dual-hosted git repository.
nfilotto pushed a commit to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.18.x by this push:
new acbb3621e54 Fix typo YAML DS -> YAML DSL in doc (#8085)
acbb3621e54 is described below
commit acbb3621e54673d688299fdbe1b1d310933406b3
Author: Aurélien Pupier <[email protected]>
AuthorDate: Mon Aug 1 17:14:43 2022 +0200
Fix typo YAML DS -> YAML DSL in doc (#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.