Skip to content

Commit 3b643fb

Browse files
authored
Merge pull request #691 from jgonzalezdr/spellcheck
Fixed some minor spelling errors
2 parents 7395658 + 85f74f7 commit 3b643fb

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
@@ -585,7 +585,7 @@
585585
complex behavior.
586586
</t>
587587
<t>
588-
The lexical scope of a keyword is deterimined by the nested JSON
588+
The lexical scope of a keyword is determined by the nested JSON
589589
data structure of objects and arrays. The largest such scope
590590
is an entire schema document. The smallest scope is a single
591591
schema object with no subschemas.
@@ -1280,7 +1280,7 @@
12801280
<section title="Schema References">
12811281
<t>
12821282
Several keywords can be used to reference a schema which is to be applied to the
1283-
current instance location. "$ref" and "$recursiveRef" are an applicator
1283+
current instance location. "$ref" and "$recursiveRef" are applicator
12841284
keywords, applying the referenced schema to the instance. "$recursiveAnchor"
12851285
is a helper keyword that controls how the referenced schema of "$recursiveRef"
12861286
is determined.
@@ -1514,7 +1514,7 @@
15141514
</section>
15151515
</section>
15161516

1517-
<section title="Guarding Against Inifinite Recursion">
1517+
<section title="Guarding Against Infinite Recursion">
15181518
<t>
15191519
A schema MUST NOT be run into an infinite loop against an instance. For
15201520
example, if two schemas "#alice" and "#bob" both have an "allOf" property
@@ -2067,7 +2067,7 @@
20672067
</t>
20682068
<t>
20692069
If the object key is a property in the instance, the entire
2070-
instance must validate against the susbschema. Its use is
2070+
instance must validate against the subschema. Its use is
20712071
dependent on the presence of the property.
20722072
</t>
20732073
<t>
@@ -2746,7 +2746,7 @@ User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
27462746
<t>Emphasized annotations as a primary usage of JSON Schema</t>
27472747
<t>Clarified $id by use cases</t>
27482748
<t>Exhaustive schema identification examples</t>
2749-
<t>Replaced "external referencing" with how and when an implementation might know of a schema from another doucment</t>
2749+
<t>Replaced "external referencing" with how and when an implementation might know of a schema from another document</t>
27502750
<t>Replaced "internal referencing" with how an implementation should recognized schema identifiers during parsing</t>
27512751
<t>Dereferencing the former "internal" or "external" references is always the same process</t>
27522752
<t>Minor formatting improvements</t>

0 commit comments

Comments
 (0)