Skip to content

Commit 7780914

Browse files
committed
Make some spelling foxes
1 parent b5afae7 commit 7780914

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

jsonschema-validation.xml

+6-5
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@
505505
</t>
506506
<t>
507507
For all such properties, child validation succeeds if the child instance
508-
validates agains the "additionalProperties" schema.
508+
validates against the "additionalProperties" schema.
509509
</t>
510510
</section>
511511

@@ -663,7 +663,7 @@
663663
<t>
664664
Both of these keywords can be used to decorate a user interface with
665665
information about the data produced by this user interface. A title will
666-
preferrably be short, whereas a description will provide explanation about
666+
preferably be short, whereas a description will provide explanation about
667667
the purpose of the instance described by this schema.
668668
</t>
669669
<t>
@@ -812,22 +812,23 @@
812812

813813
<section title="Security considerations">
814814
<t>
815-
JSON Schema validation defines a vocabulary for JSON Schema core and conserns all the security considerations listed there.
815+
JSON Schema validation defines a vocabulary for JSON Schema core and concerns all the security considerations listed there.
816816
</t>
817817
<t>
818818
JSON Schema validation allows the use of Regular Expressions, which have numerous different (often incompatible) implementations.
819-
Some implementations allow the embedding of arbritrary code, which is outside the scope of JSON Schema and MUST NOT be permitted.
819+
Some implementations allow the embedding of arbitrary code, which is outside the scope of JSON Schema and MUST NOT be permitted.
820820
Regular expressions can often also be crafted to be extremely expensive to compute (with so-called "catastrophic backtracking"),
821821
resulting in a denial-of-service attack.
822822
</t>
823823
</section>
824824

825+
<!--
825826
<section title="IANA Considerations">
826827
<t>
827828
This specification does not have any influence with regards to IANA.
828829
</t>
829-
830830
</section>
831+
-->
831832
</middle>
832833

833834
<back>

0 commit comments

Comments
 (0)