Skip to content

Commit fd09b15

Browse files
committed
fixed typos
1 parent 7f116da commit fd09b15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

v1.0/UserGuide.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
184184
The value of `position` is used to determine where parameter should
185185
appear on the command line. Positions are relative to one another, not
186-
abosolute. As a result, positions do not have to be sequential, three
186+
absolute. As a result, positions do not have to be sequential, three
187187
parameters with positions `[1, 3, 5]` will result in the same command
188188
line as `[1, 2, 3]`. More than one parameter can have the same position
189189
(ties are broken using the parameter name), and the position field itself
@@ -466,7 +466,7 @@
466466
tool is actually executed. The `$(runtime.outdir)` parameter is the path
467467
to the designated output directory. Other parameters include
468468
`$(runtime.tmpdir)`, `$(runtime.ram)`, `$(runtime.cores)`,
469-
`$(runtime.ram)`, `$(runtime.outdirSize)`, and `$(runtime.tmpdirSize)`. See
469+
`$(runtime.outdirSize)`, and `$(runtime.tmpdirSize)`. See
470470
the [Runtime Environment](CommandLineTool.html#Runtime_environment)
471471
section of the CWL specification for details.
472472
@@ -796,7 +796,7 @@
796796
class: Workflow
797797
```
798798
799-
The 'cwlVersion` field indicates the version of the CWL spec used by the
799+
The `cwlVersion` field indicates the version of the CWL spec used by the
800800
document. The `class` field indicates this document describes a workflow.
801801
802802

0 commit comments

Comments
 (0)