Skip to content

Commit 4882b99

Browse files
committed
bug #4164 Fixed minor typos. (ahsio)
This PR was merged into the 2.3 branch. Discussion ---------- Fixed minor typos. | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all (or 2.3+) | Fixed tickets | Commits ------- da441ae Fixed minor typos.
2 parents 3e68ee7 + da441ae commit 4882b99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/translation/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Loader too. The default loaders are:
9090

9191
.. versionadded:: 2.1
9292
The ``IcuDatFileLoader``, ``IcuResFileLoader``, ``IniFileLoader``,
93-
``MofileLoader``, ``PoFileLoader`` and ``QtFileLoader`` were introduced
93+
``MoFileLoader``, ``PoFileLoader`` and ``QtFileLoader`` were introduced
9494
in Symfony 2.1.
9595

9696
All file loaders require the :doc:`Config component </components/config/index>`.

reference/forms/types/options/inherit_data.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ inherit_data
88
**type**: ``boolean`` **default**: ``false``
99

1010
This option determines if the form will inherit data from its parent form.
11-
This can be useful is you have a set of fields that are duplicated across
11+
This can be useful if you have a set of fields that are duplicated across
1212
multiple forms. See :doc:`/cookbook/form/inherit_data_option`.

0 commit comments

Comments
 (0)