Skip to content

Commit d299a45

Browse files
committed
fix typo
1 parent 76b84be commit d299a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/jsonschema_generation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Validation Rules
139139

140140
``inRange``
141141
""""""""""""""
142-
Aside from the type validation checks, the ``inRange`` rule will also be translated to the JSONSchema if provided for an attribute. The attribute must be a numberical type, and the ``maximum`` and ``minimum`` keys will be added to the JSONSchema for the property, witht the values taken from the range specified in the data model.
142+
Aside from the type validation checks, the ``inRange`` rule will also be translated to the JSONSchema if provided for an attribute. The attribute must be a numberical type, and the ``maximum`` and ``minimum`` keys will be added to the JSONSchema for the property, with the values taken from the range specified in the data model.
143143

144144
An attribute with an ``inRange`` validation rule::
145145

0 commit comments

Comments
 (0)