Skip to content

Commit 2dd5ba0

Browse files
kinowGlassOfWhiskey
authored andcommitted
Fix a few typos (automatic IDE spellchecker)
1 parent 5b951ab commit 2dd5ba0

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
@@ -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)