Skip to content

Commit a147f3b

Browse files
authored
Merge pull request #891 from karenetheridge/ether/spelling
fix spelling
2 parents 4a122aa + 4e8ac51 commit a147f3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jsonschema-core.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1847,7 +1847,7 @@
18471847
</t>
18481848
<t>
18491849
An implementation MAY choose not to support addressing schemas
1850-
by non-canonical URIs. As such, it is RECOMENDED that schema authors only
1850+
by non-canonical URIs. As such, it is RECOMMENDED that schema authors only
18511851
use canonical URIs, as using non-canonical URIs may reduce
18521852
schema interoperability.
18531853
<cref>

jsonschema-validation.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@
11791179
When the "deprecated" keyword is applied to an item in an array by means of
11801180
"items", if "items" is a single schema, the deprecation relates to the whole
11811181
array, while if "items" is an array of schemas, the deprecation relates to
1182-
the corrosponding item according to the subschemas position.
1182+
the corresponding item according to the subschemas position.
11831183
</t>
11841184
<t>
11851185
Omitting this keyword has the same behavior as a value of false.
@@ -1436,7 +1436,7 @@
14361436
</t>
14371437
<t hangText="draft-handrews-json-schema-validation-02">
14381438
<list style="symbols">
1439-
<t>Grouped keywords into formal vocabuarlies</t>
1439+
<t>Grouped keywords into formal vocabularies</t>
14401440
<t>Update "format" implementation requirements in terms of vocabularies</t>
14411441
<t>By default, "format" MUST NOT be validated, although validation can be enabled</t>
14421442
<t>A vocabulary declaration can be used to require "format" validation</t>

0 commit comments

Comments
 (0)