diff --git a/reference/forms/types/options/data.rst.inc b/reference/forms/types/options/data.rst.inc index 6e18d1d2968..70f3f73365c 100644 --- a/reference/forms/types/options/data.rst.inc +++ b/reference/forms/types/options/data.rst.inc @@ -20,5 +20,5 @@ an individual field, you can set it in the data option:: The ``data`` option *always* overrides the value taken from the domain data (object) when rendering. This means the object value is also overriden when - the form edits an already persisted object, causing it to lose it's + the form edits an already persisted object, causing it to lose its persisted value when the form is submitted.