From da441aeb3a175c3508da6de9ad8f9bb2f8458af0 Mon Sep 17 00:00:00 2001 From: Ahmed Siouani Date: Fri, 22 Aug 2014 13:59:12 +0200 Subject: [PATCH] Fixed minor typos. --- components/translation/introduction.rst | 2 +- reference/forms/types/options/inherit_data.rst.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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`.