Skip to content

Commit 411e81a

Browse files
committed
Merge pull request #160 from common-workflow-language/typos
Typo fixes
2 parents 1de4d1c + 678ec14 commit 411e81a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

draft-3/cwl-avro.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@
10071007
Defines the input parameters of the process. The process is ready to
10081008
run when all required input parameters are associated with concrete
10091009
values. Input parameters include a schema for each parameter which is
1010-
used to validate the input object. It may also be used build a user
1010+
used to validate the input object. It may also be used to build a user
10111011
interface for constructing the input object.
10121012
- name: outputs
10131013
type:
@@ -1692,7 +1692,7 @@
16921692
16931693
A "scatter" operation specifies that the associated workflow step or
16941694
subworkflow should execute separately over a list of input elements. Each
1695-
job making up a scatter operaution is independent and may be executed
1695+
job making up a scatter operation is independent and may be executed
16961696
concurrently.
16971697
16981698
The `scatter` field specifies one or more input parameters which will be

0 commit comments

Comments
 (0)