@@ -73,7 +73,7 @@ documentation.
73
73
74
74
## Introduction to v1.1
75
75
76
- This is the third version of of the Schema Salad specification. It is
76
+ This is the third version of the Schema Salad specification. It is
77
77
developed concurrently with v1.1 of the Common Workflow Language for use in
78
78
specifying the Common Workflow Language, however Schema Salad is intended to be
79
79
useful to a broader audience. Compared to the v1.0 schema salad
@@ -121,7 +121,7 @@ the behavior of conforming implementations.
121
121
122
122
The terminology used to describe Salad documents is defined in the Concepts
123
123
section of the specification. The terms defined in the following list are
124
- used in building those definitions and in describing the actions of an
124
+ used in building those definitions and in describing the actions of a
125
125
Salad implementation:
126
126
127
127
** may** : Conforming Salad documents and Salad implementations are permitted but
@@ -268,14 +268,14 @@ rules:
268
268
269
269
## Document traversal
270
270
271
- To perform document document preprocessing, link validation and schema
271
+ To perform document preprocessing, link validation and schema
272
272
validation, the document must be traversed starting from the fields or
273
273
array items of the root object or array and recursively visiting each child
274
274
item which contains an object or arrays.
275
275
276
276
## Short names
277
277
278
- The "short name" of an fully qualified identifier is the portion of
278
+ The "short name" of a fully qualified identifier is the portion of
279
279
the identifier following the final slash ` / ` of either the fragment
280
280
identifier following ` # ` or the path portion, if there is no fragment.
281
281
Some examples:
0 commit comments