Skip to content

Commit 7a5c7fc

Browse files
authored
Merge pull request json-schema-org#181 from dret/patch-1
fixing typo
2 parents a9511e1 + 7ccd62f commit 7a5c7fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jsonschema-core.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
</t>
114114
</section>
115115

116-
<section title="Hypermedia and linking">
116+
<section title="Hypermedia and Linking">
117117
<t>
118118
JSON Hyper-Schema describes the hypertext structure of a JSON document.
119119
This includes link relations from the instance to other resources, interpretation of instances as multimedia data, and submission data required to use an API.
@@ -126,7 +126,7 @@
126126

127127
<section title="Definitions">
128128

129-
<section title="JSON document">
129+
<section title="JSON Document">
130130
<t>
131131
A JSON document is an information resource (series of octets) described by the application/json media type.
132132
</t>
@@ -138,7 +138,7 @@
138138
</t>
139139
</section>
140140

141-
<section title="instance">
141+
<section title="Instance">
142142
<t>
143143
JSON Schema interprets documents according to a data model. A JSON value interpreted according to this data model is called an "instance".
144144
</t>
@@ -162,7 +162,7 @@
162162
</t>
163163
</section>
164164

165-
<section title="instance equality">
165+
<section title="Instance equality">
166166
<t>
167167
Two JSON instances are said to be equal if and only if they are of the same type and have the same value according to the data model. Specifically, this means:
168168

0 commit comments

Comments
 (0)