Skip to content

Commit b9dec33

Browse files
committed
Fix spelling / duplicate words.
1 parent f7bb080 commit b9dec33

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
@@ -325,8 +325,8 @@
325325
</t>
326326
<t>
327327
The URI is not a network locator, only an identifier. A schema need not be downloadable from the address
328-
if it is a network-addressible URL, and implementations SHOULD NOT assume they should perform a network
329-
operation when they encounter a network-addressible URI.
328+
if it is a network-addressable URL, and implementations SHOULD NOT assume they should perform a network
329+
operation when they encounter a network-addressable URI.
330330
</t>
331331
<t>
332332
A schema MUST NOT be run into an infinite loop against a schema. For example, if two schemas "#alice" and "#bob"
@@ -457,7 +457,7 @@
457457
</t>
458458
<t>
459459
Implementations SHOULD be able to associate arbitrary URIs with an arbitrary schema and/or
460-
automatically associate a schema's "$id"-given URI, depending on the trust that the the validator
460+
automatically associate a schema's "$id"-given URI, depending on the trust that the validator
461461
has in the schema.
462462
</t>
463463
<t>

jsonschema-hyperschema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ GET /foo/
885885
</t>
886886

887887
<t>
888-
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.
888+
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.
889889
</t>
890890

891891
<t>

0 commit comments

Comments
 (0)