diff --git a/modules/ROOT/pages/dataweave-flow-control.adoc b/modules/ROOT/pages/dataweave-flow-control.adoc index 2e5a80fdc..7fb17a284 100644 --- a/modules/ROOT/pages/dataweave-flow-control.adoc +++ b/modules/ROOT/pages/dataweave-flow-control.adoc @@ -193,7 +193,7 @@ else { currency: "EUR" } } ---- -The following example is similar but takes an array as input instead of an object. The body of the script uses `if else` and `else if` statements within a `do` operation to populate the value of the `hello` variable. +The following example is similar but takes an array as input instead of an object. The body of the script uses `if` , `else` and `else if` statements within a `do` operation to populate the value of the `hello` variable. .DataWeave Script: [source,dataweave,linenums]