diff --git a/components/translation/introduction.rst b/components/translation/introduction.rst index 963ba671ff3..a927a62bf3d 100644 --- a/components/translation/introduction.rst +++ b/components/translation/introduction.rst @@ -90,7 +90,7 @@ Loader too. The default loaders are: .. versionadded:: 2.1 The ``IcuDatFileLoader``, ``IcuResFileLoader``, ``IniFileLoader``, - ``MofileLoader``, ``PoFileLoader`` and ``QtFileLoader`` were introduced + ``MoFileLoader``, ``PoFileLoader`` and ``QtFileLoader`` were introduced in Symfony 2.1. All file loaders require the :doc:`Config component `. diff --git a/reference/forms/types/options/inherit_data.rst.inc b/reference/forms/types/options/inherit_data.rst.inc index 3b789db9f25..9f5f1510ca8 100644 --- a/reference/forms/types/options/inherit_data.rst.inc +++ b/reference/forms/types/options/inherit_data.rst.inc @@ -8,5 +8,5 @@ inherit_data **type**: ``boolean`` **default**: ``false`` 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 +This can be useful if you have a set of fields that are duplicated across multiple forms. See :doc:`/cookbook/form/inherit_data_option`.