Skip to content

Commit 85f74f7

Browse files
committed
Fixed some minor spelling errors
1 parent 7401514 commit 85f74f7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

jsonschema-core.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@
578578
complex behavior.
579579
</t>
580580
<t>
581-
The lexical scope of a keyword is deterimined by the nested JSON
581+
The lexical scope of a keyword is determined by the nested JSON
582582
data structure of objects and arrays. The largest such scope
583583
is an entire schema document. The smallest scope is a single
584584
schema object with no subschemas.
@@ -1008,7 +1008,7 @@
10081008
<section title="Schema References">
10091009
<t>
10101010
Several keywords can be used to reference a schema which is to be applied to the
1011-
current instance location. "$ref" and "$recursiveRef" are an applicator
1011+
current instance location. "$ref" and "$recursiveRef" are applicator
10121012
keywords, applying the referenced schema to the instance. "$recursiveAnchor"
10131013
is a helper keyword that controls how the referenced schema of "$recursiveRef"
10141014
is determined.
@@ -1242,7 +1242,7 @@
12421242
</section>
12431243
</section>
12441244

1245-
<section title="Guarding Against Inifinite Recursion">
1245+
<section title="Guarding Against Infinite Recursion">
12461246
<t>
12471247
A schema MUST NOT be run into an infinite loop against an instance. For
12481248
example, if two schemas "#alice" and "#bob" both have an "allOf" property
@@ -1783,7 +1783,7 @@
17831783
</t>
17841784
<t>
17851785
If the object key is a property in the instance, the entire
1786-
instance must validate against the susbschema. Its use is
1786+
instance must validate against the subschema. Its use is
17871787
dependent on the presence of the property.
17881788
</t>
17891789
<t>
@@ -2440,7 +2440,7 @@ User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
24402440
<t>Emphasized annotations as a primary usage of JSON Schema</t>
24412441
<t>Clarified $id by use cases</t>
24422442
<t>Exhaustive schema identification examples</t>
2443-
<t>Replaced "external referencing" with how and when an implementation might know of a schema from another doucment</t>
2443+
<t>Replaced "external referencing" with how and when an implementation might know of a schema from another document</t>
24442444
<t>Replaced "internal referencing" with how an implementation should recognized schema identifiers during parsing</t>
24452445
<t>Dereferencing the former "internal" or "external" references is always the same process</t>
24462446
<t>Minor formatting improvements</t>

0 commit comments

Comments
 (0)