Skip to content

Commit

Permalink
bug #4164 Fixed minor typos. (ahsio)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
weaverryan committed Aug 25, 2014
2 parents 3e68ee7 + da441ae commit 4882b99
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 4882b99

Please sign in to comment.