From e6c21b2d78e6e420b37099fb250122793f5857c2 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Tue, 11 Jun 2019 10:11:28 +0200 Subject: [PATCH] Typos --- reference/forms/types/options/checkbox_empty_data.rst.inc | 2 +- reference/forms/types/options/data.rst.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/forms/types/options/checkbox_empty_data.rst.inc b/reference/forms/types/options/checkbox_empty_data.rst.inc index 324489f13fb..0c1c62609d3 100644 --- a/reference/forms/types/options/checkbox_empty_data.rst.inc +++ b/reference/forms/types/options/checkbox_empty_data.rst.inc @@ -5,4 +5,4 @@ empty_data This option determines what value the field will return when the ``placeholder`` choice is selected. In the checkbox and the radio type, the value of ``empty_data`` -is overriden by the value returned by the data transformer (see :doc:`/form/data_transformers`). +is overridden by the value returned by the data transformer (see :doc:`/form/data_transformers`). diff --git a/reference/forms/types/options/data.rst.inc b/reference/forms/types/options/data.rst.inc index 9698ff822a6..507d54315ca 100644 --- a/reference/forms/types/options/data.rst.inc +++ b/reference/forms/types/options/data.rst.inc @@ -19,6 +19,6 @@ an individual field, you can set it in the data option:: .. caution:: The ``data`` option *always* overrides the value taken from the domain data - (object) when rendering. This means the object value is also overriden when + (object) when rendering. This means the object value is also overridden when the form edits an already persisted object, causing it to lose its persisted value when the form is submitted.