From f8897316e3806d0c94d310b02c281c8390a34869 Mon Sep 17 00:00:00 2001 From: Zenobius Date: Fri, 8 Nov 2013 04:10:38 +0100 Subject: [PATCH] Fixed typo Was: > This option determines if the form will inherit data fotm its parent form. Changed to: > This option determines if the form will inherit data from its parent form. --- reference/forms/types/options/inherit_data.rst.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/forms/types/options/inherit_data.rst.inc b/reference/forms/types/options/inherit_data.rst.inc index 879983e1394..5537c1aa51c 100644 --- a/reference/forms/types/options/inherit_data.rst.inc +++ b/reference/forms/types/options/inherit_data.rst.inc @@ -6,6 +6,6 @@ inherit_data **type**: ``boolean`` **default**: ``false`` -This option determines if the form will inherit data form its parent form. +This option determines if the form will inherit data from its parent form. This can be useful is you have a set of fields that are duplicated across multiple forms. See :doc:`/cookbook/form/inherit_data_option`.