Skip to content

Commit be69b8f

Browse files
committed
More spelling fixes
1 parent 1b2312a commit be69b8f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

jsonschema-hyperschema.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
If the document URI is <http://example.com/?id=41>, then the new URI base becomes <http://example.com/object/41>
225225
</t>
226226
<t>
227-
Resolving the two Link Description Objects against this URI base creates two links exactly equivelant to these absolute-form HTTP Link headers:
227+
Resolving the two Link Description Objects against this URI base creates two links exactly equivalent to these absolute-form HTTP Link headers:
228228
<list style="symbols">
229229
<t>Link: &lt;http://example.com/object/41&gt;;rel=self</t>
230230
<t>Link: &lt;http://example.com/object/42&gt;;rel=next</t>
@@ -763,15 +763,15 @@ GET /foo/
763763

764764
<section title="Submission Form Properties">
765765
<t>
766-
The following properties also apply to Link Description Objects, and provide functionality analogous to <xref target="W3C.CR-html5-20140731">HTMLforms</xref>, by providing a means for making a request with client- or user-selected information.
766+
The following properties also apply to Link Description Objects, and provide functionality analogous to <xref target="W3C.CR-html5-20140731">HTML forms</xref>, by providing a means for making a request with client- or user-selected information.
767767
</t>
768768

769769
<section title="method">
770770
<t>
771771
This property specifies that the client can construct a templated query or non-idempotent request to a resource.
772772
</t>
773773
<t>
774-
If "method" is "get", the link identifies how a user can compute the URI of an arbritrary resource. For example, how compute a link to a page of search results relating to the instance, for a user-selected query term. Despite being named after GET, there is no constraint on the method or protocol used to interact with the remote resource.
774+
If "method" is "get", the link identifies how a user can compute the URI of an arbitrary resource. For example, how compute a link to a page of search results relating to the instance, for a user-selected query term. Despite being named after GET, there is no constraint on the method or protocol used to interact with the remote resource.
775775
</t>
776776
<t>
777777
If "method" is "post", the link specifies how a user can construct a document to submit to the link target for evaluation.

jsonschema-validation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
Validation keywords typically operate independent of each other, without affecting each other.
197197
</t>
198198
<t>
199-
For author convienence, there are some exceptions:
199+
For author convenience, there are some exceptions:
200200
<list>
201201
<t>"additionalProperties", whose behavior is defined in terms of "properties" and "patternProperties"; and</t>
202202
<t>"additionalItems", whose behavior is defined in terms of "items"</t>

0 commit comments

Comments
 (0)