Skip to content

Commit b319536

Browse files
committed
minor symfony#15509 Minor language fix (ThomasLandauer)
This PR was merged into the 4.4 branch. Discussion ---------- Minor language fix Commits ------- a0b1623 Minor language fix
2 parents d04a328 + a0b1623 commit b319536

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/configuration/framework.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2292,9 +2292,9 @@ logging
22922292
**default**: ``true`` when the debug mode is enabled, ``false`` otherwise.
22932293

22942294
When ``true``, a log entry is made whenever the translator cannot find a translation
2295-
for a given key. The logs are made to the ``translation`` channel and at the
2296-
``debug`` for level for keys where there is a translation in the fallback
2297-
locale and the ``warning`` level if there is no translation to use at all.
2295+
for a given key. The logs are made to the ``translation`` channel at the
2296+
``debug`` level for keys where there is a translation in the fallback
2297+
locale, and the ``warning`` level if there is no translation to use at all.
22982298

22992299
.. _reference-framework-translator-formatter:
23002300

0 commit comments

Comments
 (0)