We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9a614 commit 1f066e7Copy full SHA for 1f066e7
configuration/environments.rst
@@ -68,7 +68,7 @@ Take the framework package, installed by default, as an example:
68
* In the **prod** environment, nothing extra will be set as there is no
69
``config/packages/prod/`` directory;
70
* The same applies to **dev**, as there is no
71
- ``config/packages/framework.yaml``. There are however other packages (e.g.
+ ``config/packages/dev/framework.yaml``. There are however other packages (e.g.
72
``routing.yaml``) with special dev settings;
73
* At last, during the **test** environment, the framework's test features are
74
enabled in ``config/packages/test/framework.yaml``.
0 commit comments