Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4882b99

Browse filesBrowse files
committed
bug symfony#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
Copy full SHA for 4882b99

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎components/translation/introduction.rst

Copy file name to clipboardExpand all lines: components/translation/introduction.rst
+1-1Lines 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

Copy file name to clipboardExpand all lines: reference/forms/types/options/inherit_data.rst.inc
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.