Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 09-array-inputs.md #111

Merged
merged 1 commit into from
Jun 4, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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