Skip to content

Commit

Permalink
Merge pull request common-workflow-language#340 from Jeltje/master
Browse files Browse the repository at this point in the history
fixed typos
  • Loading branch information
tetron committed Mar 2, 2017
2 parents 776eb3b + fd09b15 commit 50f052e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v1.0/UserGuide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
The value of `position` is used to determine where parameter should
appear on the command line. Positions are relative to one another, not
abosolute. As a result, positions do not have to be sequential, three
absolute. As a result, positions do not have to be sequential, three
parameters with positions `[1, 3, 5]` will result in the same command
line as `[1, 2, 3]`. More than one parameter can have the same position
(ties are broken using the parameter name), and the position field itself
Expand Down Expand Up @@ -466,7 +466,7 @@
tool is actually executed. The `$(runtime.outdir)` parameter is the path
to the designated output directory. Other parameters include
`$(runtime.tmpdir)`, `$(runtime.ram)`, `$(runtime.cores)`,
`$(runtime.ram)`, `$(runtime.outdirSize)`, and `$(runtime.tmpdirSize)`. See
`$(runtime.outdirSize)`, and `$(runtime.tmpdirSize)`. See
the [Runtime Environment](CommandLineTool.html#Runtime_environment)
section of the CWL specification for details.
Expand Down

0 comments on commit 50f052e

Please sign in to comment.