Skip to content

Commit ba5ef7d

Browse files
authored
Merge pull request #271 from handrews/hyper-typos
Fix typos in hyper-schema spec.
2 parents 267c63e + 5217254 commit ba5ef7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jsonschema-hyperschema.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ GET /foo/
739739
</figure>
740740
</t>
741741
<t>
742-
A third party might then write provide the following Link Description Object at another location:
742+
A third party might then provide the following Link Description Object at another location:
743743
<figure>
744744
<artwork>
745745
<![CDATA[{
@@ -855,7 +855,7 @@ GET /foo/
855855
This property specifies that the client can construct a templated query or non-idempotent request to a resource.
856856
</t>
857857
<t>
858-
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.
858+
If "method" is "get", the link identifies how a user can compute the URI of an arbitrary resource. For example, how to 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.
859859
</t>
860860
<t>
861861
If "method" is "post", the link specifies how a user can construct a document to submit to the link target for evaluation.
@@ -867,7 +867,7 @@ GET /foo/
867867

868868
<section title="encType">
869869
<t>
870-
If present, this property indicates the media type format the client should use to encode a query parameter or send to the server. posting to the collection of instances at the target resource.
870+
If present, this property indicates the media type format the client should use to encode a query parameter or send to the server.
871871
If the method is "get", this will indicate how to encode the query-string that is appended to the "href" link target.
872872
If the method is "post", this indicates which media type to send to the server and how to encode it.
873873

@@ -911,7 +911,7 @@ GET /foo/
911911
</t>
912912

913913
<t>
914-
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.
914+
Note that this does not define the structure for URI template variables. 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.
915915
</t>
916916

917917
<t>

0 commit comments

Comments
 (0)