From 5d3909ce8687aaff0d717fed50fae7a31621cca2 Mon Sep 17 00:00:00 2001 From: AndrewDBattye Date: Fri, 14 Jul 2017 14:26:05 +0100 Subject: [PATCH] Update data.rst.inc No need for an apostrophe. --- reference/forms/types/options/data.rst.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.