Skip to content

Commit 46f0c70

Browse files
committed
Core: Fox more typos and spelling errors
1 parent 1a85063 commit 46f0c70

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

jsonschema-core.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@
132132
A JSON document is an information resource (series of octets) described by the application/json media type.
133133
</t>
134134
<t>
135-
In JSON Schema, the terms "JSON document", "JSON text", and "JSON value" are interchangable because of the data model it defines.
135+
In JSON Schema, the terms "JSON document", "JSON text", and "JSON value" are interchangeable because of the data model it defines.
136136
</t>
137137
</section>
138138

139139
<section title="instance">
140140
<t>
141-
JSON Schema interperts documents according to a data model. A JSON value interperted according to this data model is called an "instance".
141+
JSON Schema interprets documents according to a data model. A JSON value interpreted according to this data model is called an "instance".
142142
</t>
143143
<t>
144144
An instance has one of six primitive types, and a range of possible values depending on the type:
@@ -186,7 +186,7 @@
186186
<section title="JSON Schema document">
187187
<t>
188188
A JSON Schema document, or simply a schema, is a JSON document used to describe an instance.
189-
A schema is itself interperted as an instance.
189+
A schema is itself interpreted as an instance.
190190
A JSON schema MUST be an object.
191191
</t>
192192
<t>
@@ -256,7 +256,7 @@
256256
point numbers than they do for integers.
257257
</t>
258258
<t>
259-
For constistency, integer JSON numbers SHOULD NOT be encoded with a fractional part.
259+
For consistency, integer JSON numbers SHOULD NOT be encoded with a fractional part.
260260
</t>
261261
</section>
262262

@@ -431,11 +431,11 @@
431431
<section title="External references">
432432
<t>
433433
To differentiate schemas between each other in a vast ecosystem, schemas are identified by URI.
434-
As specified above, this does not necessarially mean anything is downloaded, but instead JSON Schema
434+
As specified above, this does not necessarily mean anything is downloaded, but instead JSON Schema
435435
implementations SHOULD already understand the schemas they will be using, including the URIs that identify them.
436436
</t>
437437
<t>
438-
Implementations SHOULD be able to associate arbritrary URIs with an arbritrary schema and/or
438+
Implementations SHOULD be able to associate arbitrary URIs with an arbitrary schema and/or
439439
automatically associate a schema's "id"-given URI, depending on the trust that the the validator
440440
has in the schema.
441441
</t>
@@ -450,7 +450,7 @@
450450
<section title="Usage for hypermedia">
451451

452452
<t>
453-
One of the largest adoptors of JSON has been HTTP servers for automated APIs and robots.
453+
One of the largest adopters of JSON has been HTTP servers for automated APIs and robots.
454454
This section describes how to enhance processing of JSON documents in a more RESTful manner
455455
when used with protocols that support media types and <xref target="RFC5988">Web linking</xref>.
456456
</t>
@@ -502,7 +502,7 @@ Content-Type: application/json;
502502
</figure>
503503

504504
<t>
505-
Multiple profiles are whitespace seperated:
505+
Multiple profiles are whitespace separated:
506506
</t>
507507

508508
<figure>
@@ -560,7 +560,7 @@ User-Agent: so-cool-json-schema/1.0.2 curl/7.43.0
560560
defined in <xref target="RFC7159">RFC 7159</xref> apply.
561561
</t>
562562
<t>
563-
Instances and schemas are both frequently witten by untrusted third parties, to be deployed on public Internet servers.
563+
Instances and schemas are both frequently written by untrusted third parties, to be deployed on public Internet servers.
564564
Validators should take care that the parsing of schemas doesn't consume excessive system resources.
565565
Validators MUST NOT fall into an infinite loop.
566566
</t>

0 commit comments

Comments
 (0)