Skip to content

Fix typos #960

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 2 commits into from
Sep 4, 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 @@ -1828,7 +1828,7 @@
</figure>
<t>
Note also that "https://example.com/foo#/items" is valid in both
arrangments, but resolves to a different value. This URI ends up
arrangements, but resolves to a different value. This URI ends up
functioning similarly to a retrieval URI for a resource. While valid,
examining the resolved value and either using the "$id" (if the value
is a subschema), or resolving the reference and using the "$id" of the
Expand Down
2 changes: 1 addition & 1 deletion jsonschema-validation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@
expected to be ignored or rejected by that owning authority.
</t>
<t>
An instance document that is marked as "readOnly for the entire document
An instance document that is marked as "readOnly" for the entire document
MAY be ignored if sent to the owning authority, or MAY result in an
error, at the authority's discretion.
</t>
Expand Down