Skip to content

Commit

Permalink
Update 09-array-inputs.md (#111)
Browse files Browse the repository at this point in the history
Typo: itemSeperator -> itemSeparator
  • Loading branch information
majensen authored and mr-c committed Jun 4, 2018
1 parent f49dc3e commit 0793d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _episodes/09-array-inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keypoints:
`type: array`."
- "The appearance of array parameters on the command line differs depending on
with the `inputBinding` field is provided in the description."
- "Use the `itemSeperator` field to control concatenatation of array
- "Use the `itemSeparator` field to control concatenatation of array
parameters."
---
It is easy to add arrays of input parameters represented to the command
Expand Down Expand Up @@ -69,7 +69,7 @@ $ cat output.txt
The `inputBinding` can appear either on the outer array parameter definition
or the inner array element definition, and these produce different behavior when
constructing the command line, as shown above.
In addition, the `itemSeperator` field, if provided, specifies that array
In addition, the `itemSeparator` field, if provided, specifies that array
values should be concatenated into a single argument separated by the item
separator string.

Expand Down

0 comments on commit 0793d72

Please sign in to comment.