Skip to content

Commit 78f4f62

Browse files
committed
minor symfony#13372 Update configuration.rst (ThomasLandauer)
This PR was merged into the 4.4 branch. Discussion ---------- Update configuration.rst Minor language change: "must" => "need" Commits ------- 2b64654 Update configuration.rst
2 parents fffdbaa + 2b64654 commit 78f4f62

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 first the files in
421-
``config/packages/*.yaml``, so you must only configure the differences with
422-
those files;
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.
423423
#. Select the ``staging`` environment using the ``APP_ENV`` env var as explained
424424
in the previous section.
425425

0 commit comments

Comments
 (0)