8000 Fixed minor typos. · symfony/symfony-docs@da441ae · GitHub
[go: up one dir, main page]

Skip to content

Commit da441ae

Browse files
committed
Fixed minor typos.
1 parent f617ff8 commit da441ae

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)
0