Skip to content

Commit 0793d72

Browse files
majensenmr-c
authored andcommitted
Update 09-array-inputs.md (#111)
Typo: itemSeperator -> itemSeparator
1 parent f49dc3e commit 0793d72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_episodes/09-array-inputs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keypoints:
1313
`type: array`."
1414
- "The appearance of array parameters on the command line differs depending on
1515
with the `inputBinding` field is provided in the description."
16-
- "Use the `itemSeperator` field to control concatenatation of array
16+
- "Use the `itemSeparator` field to control concatenatation of array
1717
parameters."
1818
---
1919
It is easy to add arrays of input parameters represented to the command
@@ -69,7 +69,7 @@ $ cat output.txt
6969
The `inputBinding` can appear either on the outer array parameter definition
7070
or the inner array element definition, and these produce different behavior when
7171
constructing the command line, as shown above.
72-
In addition, the `itemSeperator` field, if provided, specifies that array
72+
In addition, the `itemSeparator` field, if provided, specifies that array
7373
values should be concatenated into a single argument separated by the item
7474
separator string.
7575

0 commit comments

Comments
 (0)