File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -415,11 +415,11 @@ define a ``staging`` environment where the client can test the project before
415
415
going to production:
416
416
417
417
#. Create a configuration directory with the same name as the environment (in
418
- this case, ``config/packages/staging/ ``).
418
+ this case, ``config/packages/staging/ ``);
419
419
#. 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;
423
423
#. Select the ``staging `` environment using the ``APP_ENV `` env var as explained
424
424
in the previous section.
425
425
You can’t perform that action at this time.
0 commit comments