Skip to content

Commit 1baa0e9

Browse files
authored
Merge pull request #166 from bowman/patch-1
A couple of typos
2 parents 6b33025 + 41ccaac commit 1baa0e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema-core.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
In JSON Schema, the terms "JSON document", "JSON text", and "JSON value" are interchangeable because of the data model it defines.
135135
</t>
136136
<t>
137-
JSON Schema is only defined over JSON documents. However, any document or memory structure that can be parsed into or processed according to the JSON Schema data model can be interperted against a JSON Schema, including media types like <xref target="RFC7049">CBOR</xref>.
137+
JSON Schema is only defined over JSON documents. However, any document or memory structure that can be parsed into or processed according to the JSON Schema data model can be interpreted against a JSON Schema, including media types like <xref target="RFC7049">CBOR</xref>.
138138
</t>
139139
</section>
140140

@@ -155,7 +155,7 @@
155155
</list>
156156
</t>
157157
<t>
158-
Whitespace and formatting conserns are thus outside the scope of JSON Schema.
158+
Whitespace and formatting concerns are thus outside the scope of JSON Schema.
159159
</t>
160160
<t>
161161
Since an object cannot have two properties with the same key, behavior for a JSON document that tries to define two properties (the "member" production) with the same key (the "string" production) in a single object is undefined.

0 commit comments

Comments
 (0)