Skip to content

Commit b021902

Browse files
authored
Merge pull request #798 from nschonni/typos
typo review
2 parents ad5320b + 1c78106 commit b021902

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

jsonschema-core.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</address>
3636
</author>
3737

38-
<author fullname="Ben Hutton" initials="B" surname="Hutton" role="editor">
38+
<author fullname="Ben Hutton" initials="B" surname="Hutton" role="editor">
3939
<organization>Wellcome Sanger Institute</organization>
4040
<address>
4141
<email>[email protected]</email>
@@ -382,7 +382,7 @@
382382
authors can indicate what vocabularies are required or optional in
383383
order to process the schema. Since vocabularies are identified by URIs
384384
in the meta-schema, generic implementations can load extensions to support
385-
previously unkonw vocabularies. While keywords can be supported outside
385+
previously unknown vocabularies. While keywords can be supported outside
386386
of any vocabulary, there is no analogous mechanism to indicate individual
387387
keyword usage.
388388
</t>
@@ -1027,7 +1027,7 @@
10271027
</section>
10281028
<section title="The JSON Schema Core Vocabulary">
10291029
<t>
1030-
Keywords declared in in this section, which all begin with "$", make up
1030+
Keywords declared in this section, which all begin with "$", make up
10311031
the JSON Schema Core vocabulary. These keywords are either required in
10321032
order process any schema or meta-schema, including those split across
10331033
multiple documents, or exist to reserve keywords for purposes that
@@ -1351,7 +1351,7 @@
13511351
are particularly complex to implement. This does not change the semantics
13521352
or set of keywords defined by the Applicator vocabulary. It just ensures
13531353
that schemas using this meta-schema that attempt to use the keywords
1354-
prefixed with "unevaluted" will fail validation against this meta-schema.
1354+
prefixed with "unevaluated" will fail validation against this meta-schema.
13551355
</t>
13561356
<t>
13571357
Finally, this meta-schema describes the syntax of a keyword, "localKeyword",
@@ -2884,7 +2884,7 @@ https://json-schema.org/draft/2019-08/schema#/$defs/nonNegativeInteger/minimum
28842884
associations between the errors more apparent. For example, the fact that
28852885
the missing "y" property and the extra "z" property both stem from the same
28862886
location in the instance is not immediately obvious in the "Basic" structure.
2887-
In a hierarchy, the correllation is more easily identified.
2887+
In a hierarchy, the correlation is more easily identified.
28882888
</t>
28892889
<t>
28902890
The following rules govern the construction of the results object:
@@ -3174,7 +3174,7 @@ Link: </alice>;rel="schema", </bob>;rel="schema"
31743174

31753175
</section>
31763176

3177-
<section title="Usage Over HTTP">
3177+
<section title="Usage Over HTTP">
31783178
<t>
31793179
When used for hypermedia systems over a network,
31803180
<xref target="RFC7231">HTTP</xref> is frequently the protocol of choice for
@@ -3208,7 +3208,7 @@ User-Agent: product-name/5.4.1 so-cool-json-schema/1.0.2 curl/7.43.0
32083208
</t>
32093209
</section>
32103210

3211-
</section>
3211+
</section>
32123212

32133213
<section title="Security Considerations" anchor="security">
32143214
<t>

jsonschema-hyperschema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ for varname in templateData:
12031203
if value is true:
12041204
templateData[varname] = "true"
12051205
else if value is false:
1206-
temlateData[varname] = "false"
1206+
templateData[varname] = "false"
12071207
else if value is null:
12081208
templateData[varname] = "null"
12091209
else if value is a number:

output/hyper-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}
4646
},
4747
"hrefPrepopulatedInput": {
48-
"$comment": "The initial data set to be presented with the input form when URI Tempalte input is accepted.",
48+
"$comment": "The initial data set to be presented with the input form when URI Template input is accepted.",
4949
"type": "object",
5050
"propertyNames": {
5151
"$comment": "These are all URI Template variable names, specifically the 'varname' production from RFC 6570, Section 2.3",

0 commit comments

Comments
 (0)