Skip to content

Commit 146f6fb

Browse files
committed
typos
1 parent 3d01afe commit 146f6fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

salad/schema_salad/metaschema/salad.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ documentation.
7373

7474
## Introduction to v1.1
7575

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
7777
developed concurrently with v1.1 of the Common Workflow Language for use in
7878
specifying the Common Workflow Language, however Schema Salad is intended to be
7979
useful to a broader audience. Compared to the v1.0 schema salad
@@ -121,7 +121,7 @@ the behavior of conforming implementations.
121121

122122
The terminology used to describe Salad documents is defined in the Concepts
123123
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
125125
Salad implementation:
126126

127127
**may**: Conforming Salad documents and Salad implementations are permitted but
@@ -268,14 +268,14 @@ rules:
268268

269269
## Document traversal
270270

271-
To perform document document preprocessing, link validation and schema
271+
To perform document preprocessing, link validation and schema
272272
validation, the document must be traversed starting from the fields or
273273
array items of the root object or array and recursively visiting each child
274274
item which contains an object or arrays.
275275

276276
## Short names
277277

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
279279
the identifier following the final slash `/` of either the fragment
280280
identifier following `#` or the path portion, if there is no fragment.
281281
Some examples:

0 commit comments

Comments
 (0)