Skip to content

Commit ea5af79

Browse files
committed
chore: Spellcheck
1 parent 760ce01 commit ea5af79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/meta/schema_style_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Structure
3636
Properties and definitions
3737
~~~~~~~~~~~~~~~~~~~~~~~~~~
3838

39-
The top level of the schema is split between ``properties`` and ``definitions``. The latter contains objects that may be re-used, by reference, in multiple locations across the schema. Each of these can be thought of as a "Class", and its name is capitalized accordingly. Whenever you consider that an object or structure might be re-used in a different area of the standard, it should be included in ``definitions``.
39+
The top level of the schema is split between ``properties`` and ``definitions``. The latter contains objects that may be reused, by reference, in multiple locations across the schema. Each of these can be thought of as a "Class", and its name is capitalized accordingly. Whenever you consider that an object or structure might be reused in a different area of the standard, it should be included in ``definitions``.
4040

4141
Subschema (definition)
4242
~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)