Skip to content

Commit eb93259

Browse files
committed
Fixes after Ryan's remarks
1 parent aec8b0e commit eb93259

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

translation.rst

+4-5
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ to learn even more. Overall, the process has several steps:
5151
Installation
5252
------------
5353

54-
In applications using :doc:`Symfony Flex </setup/flex>`, run this command to
55-
install the translator before using it:
54+
First, run this command to install the translator before using it:
5655

5756
.. code-block:: terminal
5857
@@ -61,9 +60,9 @@ install the translator before using it:
6160
Configuration
6261
-------------
6362

64-
The previous creates an initial config file where you can define the default
65-
locale of the app and the :ref:`fallback locales <translation-fallback>` used
66-
when Symfony can't find some translation:
63+
The previous command creates an initial config file where you can define the
64+
default locale of the app and the :ref:`fallback locales <translation-fallback>`
65+
that will be used if Symfony can't find some translation:
6766

6867
.. configuration-block::
6968

0 commit comments

Comments
 (0)