Skip to content

Commit

Permalink
Fixed minor typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsio committed Aug 22, 2014
1 parent f617ff8 commit da441ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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`.

0 comments on commit da441ae

Please sign in to comment.