Skip to content

Commit 0f4e886

Browse files
committed
Minor fix to the arguments property description
Signed-off-by: Charles d'Avernas <[email protected]>
1 parent fd0d67f commit 0f4e886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsl-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ Enables the execution of custom scripts or code within a workflow, empowering wo
786786
| language | `string` | `yes` | The language of the script to run |
787787
| code | `string` | `no` | The script's code.<br>*Required if `source` has not been set.* |
788788
| source | [externalResource](#external-resource) | `no` | The script's resource.<br>*Required if `code` has not been set.* |
789-
| arguments | `map` | `no` | A list of the arguments of the script to run |
789+
| arguments | `map` | `no` | A list of the arguments, if any, of the script to run |
790790
| environment | `map` | `no` | A key/value mapping of the environment variables, if any, to use when running the configured script process |
791791

792792
###### Examples

0 commit comments

Comments
 (0)