Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/translation/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 </components/config/index>`.
Expand Down
2 changes: 1 addition & 1 deletion reference/forms/types/options/inherit_data.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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`.