Skip to content

Commit 4ec5d85

Browse files
committed
Minor tweak
1 parent 78f4f62 commit 4ec5d85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configuration.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -415,11 +415,11 @@ define a ``staging`` environment where the client can test the project before
415415
going to production:
416416

417417
#. Create a configuration directory with the same name as the environment (in
418-
this case, ``config/packages/staging/``).
418+
this case, ``config/packages/staging/``);
419419
#. Add the needed configuration files in ``config/packages/staging/`` to
420-
define the behavior of the new environment. Symfony loads the
421-
``config/packages/*.yaml`` files first, so you just need to configure the
422-
differences to those files.
420+
define the behavior of the new environment. Symfony loads the
421+
``config/packages/*.yaml`` files first, so you only need to configure the
422+
differences to those files;
423423
#. Select the ``staging`` environment using the ``APP_ENV`` env var as explained
424424
in the previous section.
425425

0 commit comments

Comments
 (0)