Skip to content

Commit be85f1e

Browse files
committed
Fixed an RST syntax issue
1 parent a983023 commit be85f1e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

configuration.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -341,13 +341,13 @@ you can define a ``staging`` environment where the client can test the project
341341
before going to production:
342342

343343
#. Create a configuration directory with the same name as the environment (in
344-
this case, ``config/packages/staging/``);
344+
this case, ``config/packages/staging/``);
345345
#. Add the needed configuration files in ``config/packages/staging/`` to
346-
define the behavior of the new environment. Symfony loads first the files in
347-
``config/packages/*.yaml``, so you must only configure the differences with
348-
those files;
346+
define the behavior of the new environment. Symfony loads first the files in
347+
``config/packages/*.yaml``, so you must only configure the differences with
348+
those files;
349349
#. Select the ``staging`` environment using the ``APP_ENV`` env var as explained
350-
in the previous section.
350+
in the previous section.
351351

352352
.. _config-env-vars:
353353

0 commit comments

Comments
 (0)