Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeltje committed Nov 11, 2016
1 parent 7f116da commit fd09b15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 Expand Up @@ -796,7 +796,7 @@
class: Workflow
```
The 'cwlVersion` field indicates the version of the CWL spec used by the
The `cwlVersion` field indicates the version of the CWL spec used by the
document. The `class` field indicates this document describes a workflow.
Expand Down

0 comments on commit fd09b15

Please sign in to comment.