Skip to content

Commit d38ef4a

Browse files
kinowmr-c
authored andcommitted
Fix a few typos (automatic IDE spellchecker)
1 parent b962666 commit d38ef4a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

concepts.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ the CWL specification.
6161
## Data concepts
6262

6363
An **object** is a data structure equivalent to the "object" type in JSON,
64-
consisting of a unordered set of name/value pairs (referred to here as
64+
consisting of an unordered set of name/value pairs (referred to here as
6565
**fields**) and where the name is a string and the value is a string, number,
6666
boolean, array, or object.
6767

@@ -105,7 +105,7 @@ changed between versions, for that portion of the execution an
105105
implementation must provide runtime enviroment and behavior consistent
106106
with the document's declared version. An implementation must not
107107
expose a newer feature when executing a document that specifies an
108-
older version that does not not include that feature.
108+
older version that does not include that feature.
109109

110110
### map
111111

@@ -115,7 +115,7 @@ Note: This section is non-normative.
115115
116116
The above syntax in the CWL specifications means there are two or more ways to write the given value.
117117

118-
Option one is a array and is the most verbose option.
118+
Option one is an array and is the most verbose option.
119119

120120
Option one generic example:
121121
```
@@ -421,7 +421,7 @@ of [process requirements](#Requirements_and_hints).
421421
## Generic execution process
422422

423423
The generic execution sequence of a CWL process (including workflows
424-
and command line line tools) is as follows. Processes are
424+
and command line tools) is as follows. Processes are
425425
modeled as functions that consume an input object and produce an
426426
output object.
427427

invocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
To accommodate the enormous variety in syntax and semantics for input, runtime
44
environment, invocation, and output of arbitrary programs, a CommandLineTool
55
defines an "input binding" that describes how to translate abstract input
6-
parameters to an concrete program invocation, and an "output binding" that
6+
parameters to a concrete program invocation, and an "output binding" that
77
describes how to generate output parameters from program output.
88

99
## Input binding

salad/schema_salad/metaschema/salad.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ documentation.
7272

7373
## Introduction to v1.1
7474

75-
This is the third version of of the Schema Salad specification. It is
75+
This is the third version of the Schema Salad specification. It is
7676
developed concurrently with v1.1 of the Common Workflow Language for use in
7777
specifying the Common Workflow Language, however Schema Salad is intended to be
7878
useful to a broader audience. Compared to the v1.0 schema salad
@@ -113,7 +113,7 @@ the behavior of conforming implementations.
113113

114114
The terminology used to describe Salad documents is defined in the Concepts
115115
section of the specification. The terms defined in the following list are
116-
used in building those definitions and in describing the actions of an
116+
used in building those definitions and in describing the actions of a
117117
Salad implementation:
118118

119119
**may**: Conforming Salad documents and Salad implementations are permitted but
@@ -139,7 +139,7 @@ enable or disable the behavior described.
139139
## Data concepts
140140

141141
An **object** is a data structure equivalent to the "object" type in JSON,
142-
consisting of a unordered set of name/value pairs (referred to here as
142+
consisting of an unordered set of name/value pairs (referred to here as
143143
**fields**) and where the name is a string and the value is a string, number,
144144
boolean, array, or object.
145145

@@ -257,14 +257,14 @@ rules:
257257

258258
## Document traversal
259259

260-
To perform document document preprocessing, link validation and schema
260+
To perform document preprocessing, link validation and schema
261261
validation, the document must be traversed starting from the fields or
262262
array items of the root object or array and recursively visiting each child
263263
item which contains an object or arrays.
264264

265265
## Short names
266266

267-
The "short name" of an fully qualified identifier is the portion of
267+
The "short name" of a fully qualified identifier is the portion of
268268
the identifier following the final slash `/` of either the fragment
269269
identifier following `#` or the path portion, if there is no fragment.
270270
Some examples:

0 commit comments

Comments
 (0)