Skip to content

Commit 4f9c986

Browse files
authored
Merge pull request json-schema-org#254 from handrews/spellcheck
Fix spelling / duplicate words.
2 parents 1969141 + b9dec33 commit 4f9c986

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

jsonschema-core.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@
331331
</t>
332332
<t>
333333
The URI is not a network locator, only an identifier. A schema need not be downloadable from the address
334-
if it is a network-addressible URL, and implementations SHOULD NOT assume they should perform a network
335-
operation when they encounter a network-addressible URI.
334+
if it is a network-addressable URL, and implementations SHOULD NOT assume they should perform a network
335+
operation when they encounter a network-addressable URI.
336336
</t>
337337
<t>
338338
A schema MUST NOT be run into an infinite loop against a schema. For example, if two schemas "#alice" and "#bob"
@@ -463,7 +463,7 @@
463463
</t>
464464
<t>
465465
Implementations SHOULD be able to associate arbitrary URIs with an arbitrary schema and/or
466-
automatically associate a schema's "$id"-given URI, depending on the trust that the the validator
466+
automatically associate a schema's "$id"-given URI, depending on the trust that the validator
467467
has in the schema.
468468
</t>
469469
<t>

jsonschema-hyperschema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ GET /foo/
906906
</t>
907907

908908
<t>
909-
Note that this does not provide data for any URI templates. That is handed by <xref target="hrefSchema">"hrefSchema"</xref>. If the method is "get" and the resolved URI Template has a query string, the query string produced by input validated agaisnt "schema" replaces the existing query string.
909+
Note that this does not provide data for any URI templates. That is handed by <xref target="hrefSchema">"hrefSchema"</xref>. If the method is "get" and the resolved URI Template has a query string, the query string produced by input validated against "schema" replaces the existing query string.
910910
</t>
911911

912912
<t>

0 commit comments

Comments
 (0)