Skip to content

Commit 102cf9a

Browse files
committed
Numerous spelling fixes
1 parent a618913 commit 102cf9a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

jsonschema-hyperschema.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
A user agent need not construct a link unless a client application requests
147147
that link. JSON Hyper-Schema can also be used on the server side to generate
148148
other link serializations or representation formats at runtime, or pre-emptively
149-
follow links to faciliate server push usage.
149+
follow links to facilitate server push usage.
150150
</t>
151151

152152
<section title="Terminology">
@@ -267,8 +267,8 @@
267267
which is also used to illustrate points in the
268268
<xref target="implementation">"Implementation Requirements"</xref>, and to
269269
show the output generated by <xref target="examples">examples</xref>.
270-
It is RECOMMENDED that implementations be capable of producting output
271-
in this format to faciliated testing. The URI of the JSON Schema
270+
It is RECOMMENDED that implementations be capable of producing output
271+
in this format to facilitated testing. The URI of the JSON Schema
272272
describing the recommended output format is
273273
<eref target="http://json-schema.org/draft-7-wip/hyper-schema-output#">
274274
http://json-schema.org/draft-7-wip/hyper-schema-output#</eref>
@@ -372,7 +372,7 @@
372372
Implementations MUST be able to construct the link context's URI, and
373373
(if necessary for full identification), a JSON Pointer in string representation
374374
form as per <xref target="RFC6901">RFC 6901, section 5</xref> in place of
375-
a URI fragment. The process for construcing a URI based on a URI template
375+
a URI fragment. The process for constructing a URI based on a URI template
376376
is given in the <xref target="uriTemplating">URI Templating</xref> section.
377377
</t>
378378
<section title="anchor" anchor="anchor">
@@ -501,7 +501,7 @@
501501
making use of instance data. Additionally, with
502502
<xref target="hrefSchema">"hrefSchema"</xref>, this template can identify
503503
a set of possible target resources to use based on client input.
504-
The full process of resolvling the URI template, with or without client
504+
The full process of resolving the URI template, with or without client
505505
input, is covered in the <xref target="uriTemplating">URI Templating</xref>
506506
section.
507507
</t>
@@ -521,7 +521,7 @@
521521

522522
<section title="Adjusting URI Template resolution">
523523
<t>
524-
The keywords in this section are used when resolving all URI Tempaltes
524+
The keywords in this section are used when resolving all URI Templates
525525
involved in hyper-schema: "base", "anchor", and "href". See the
526526
<xref target="uriTemplating">URI Templating</xref> section for the complete
527527
template resolution algorithm.
@@ -530,7 +530,7 @@
530530
Note that when resolving a "base" template, the attachment point from
531531
which resolution begins is the attachment point of the "href" or "anchor"
532532
keyword being resolved which requires "base" templates to be resolved,
533-
not the attachment point of the "base" kewyord itself.
533+
not the attachment point of the "base" keyword itself.
534534
</t>
535535
<section title="templatePointers" anchor="templatePointers">
536536
<t>
@@ -927,7 +927,7 @@
927927
</t>
928928
<t>
929929
And implementation MUST support looking up links by either their
930-
attachement pointer or context pointer, either by performing the look-up
930+
attachment pointer or context pointer, either by performing the look-up
931931
or by providing the set of all links with both pointers determined
932932
so that user agents can implement the look-up themselves.
933933
</t>
@@ -1083,7 +1083,7 @@ for varname in T:
10831083
</t>
10841084
<figure>
10851085
<preamble>
1086-
"InputForm" represents whatevers sort of input mechanism is appropriate.
1086+
"InputForm" represents whatever sort of input mechanism is appropriate.
10871087
This may be a literal web form, or may be a more programmatic construct
10881088
such as a callback function accepting specific fields and data types,
10891089
with the given initial values, if any.
@@ -1209,11 +1209,11 @@ for varname in templateData:
12091209
The requirements around discovering links based on their context, or
12101210
using the context of links to identify collections, present unique
12111211
challenges when used with streaming parsers. It is not possible to
1212-
authoritatively fulfill these requirments without processing the entire
1212+
authoritatively fulfill these requirements without processing the entire
12131213
schema and instance documents.
12141214
</t>
12151215
<t>
1216-
Such implementations MAY chooose to return non-authoritative answers
1216+
Such implementations MAY choose to return non-authoritative answers
12171217
based on data processed to date. When offering this approach,
12181218
implementations MUST be clear on the nature of the response, and MUST
12191219
offer an option to block and wait until all data is processed and
@@ -1356,8 +1356,8 @@ for varname in templateData:
13561356
</t>
13571357
<t>
13581358
This appendix provides guidance on how to define links for use with each
1359-
common HTTP method, and how collection resources impose additional constarints
1360-
on the use of HTTP POST. Additionaly, guidance is provided on hinting at
1359+
common HTTP method, and how collection resources impose additional constraints
1360+
on the use of HTTP POST. Additionally, guidance is provided on hinting at
13611361
HTTP response header values and describing possible HTTP request headers
13621362
that are relevant to the given resource.
13631363
</t>

0 commit comments

Comments
 (0)