Skip to content

Commit e6c21b2

Browse files
committed
Typos
1 parent ad66fbc commit e6c21b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reference/forms/types/options/checkbox_empty_data.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ empty_data
55

66
This option determines what value the field will return when the ``placeholder``
77
choice is selected. In the checkbox and the radio type, the value of ``empty_data``
8-
is overriden by the value returned by the data transformer (see :doc:`/form/data_transformers`).
8+
is overridden by the value returned by the data transformer (see :doc:`/form/data_transformers`).

reference/forms/types/options/data.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ an individual field, you can set it in the data option::
1919
.. caution::
2020

2121
The ``data`` option *always* overrides the value taken from the domain data
22-
(object) when rendering. This means the object value is also overriden when
22+
(object) when rendering. This means the object value is also overridden when
2323
the form edits an already persisted object, causing it to lose its
2424
persisted value when the form is submitted.

0 commit comments

Comments
 (0)