Skip to content

Fixed some minor spelling errors #691

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions jsonschema-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@
complex behavior.
</t>
<t>
The lexical scope of a keyword is deterimined by the nested JSON
The lexical scope of a keyword is determined by the nested JSON
data structure of objects and arrays. The largest such scope
is an entire schema document. The smallest scope is a single
schema object with no subschemas.
Expand Down Expand Up @@ -1008,7 +1008,7 @@
<section title="Schema References">
<t>
Several keywords can be used to reference a schema which is to be applied to the
current instance location. "$ref" and "$recursiveRef" are an applicator
current instance location. "$ref" and "$recursiveRef" are applicator
keywords, applying the referenced schema to the instance. "$recursiveAnchor"
is a helper keyword that controls how the referenced schema of "$recursiveRef"
is determined.
Expand Down Expand Up @@ -1242,7 +1242,7 @@
</section>
</section>

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