Skip to content

fix spelling #891

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
Apr 29, 2020
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion jsonschema-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1847,7 +1847,7 @@
</t>
<t>
An implementation MAY choose not to support addressing schemas
by non-canonical URIs. As such, it is RECOMENDED that schema authors only
by non-canonical URIs. As such, it is RECOMMENDED that schema authors only
use canonical URIs, as using non-canonical URIs may reduce
schema interoperability.
<cref>
Expand Down
4 changes: 2 additions & 2 deletions jsonschema-validation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@
When the "deprecated" keyword is applied to an item in an array by means of
"items", if "items" is a single schema, the deprecation relates to the whole
array, while if "items" is an array of schemas, the deprecation relates to
the corrosponding item according to the subschemas position.
the corresponding item according to the subschemas position.
</t>
<t>
Omitting this keyword has the same behavior as a value of false.
Expand Down Expand Up @@ -1436,7 +1436,7 @@
</t>
<t hangText="draft-handrews-json-schema-validation-02">
<list style="symbols">
<t>Grouped keywords into formal vocabuarlies</t>
<t>Grouped keywords into formal vocabularies</t>
<t>Update "format" implementation requirements in terms of vocabularies</t>
<t>By default, "format" MUST NOT be validated, although validation can be enabled</t>
<t>A vocabulary declaration can be used to require "format" validation</t>
Expand Down