Skip to content

Commit 1f066e7

Browse files
author
Danny Witting
authored
Fix path in configuration/environments.rst
1 parent bd9a614 commit 1f066e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/environments.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Take the framework package, installed by default, as an example:
6868
* In the **prod** environment, nothing extra will be set as there is no
6969
``config/packages/prod/`` directory;
7070
* The same applies to **dev**, as there is no
71-
``config/packages/framework.yaml``. There are however other packages (e.g.
71+
``config/packages/dev/framework.yaml``. There are however other packages (e.g.
7272
``routing.yaml``) with special dev settings;
7373
* At last, during the **test** environment, the framework's test features are
7474
enabled in ``config/packages/test/framework.yaml``.

0 commit comments

Comments
 (0)