Skip to content

Commit 362f027

Browse files
committed
Minor tweak
1 parent 9736abf commit 362f027

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

configuration.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,12 +409,13 @@ the application behavior by changing which configuration files are loaded.
409409
That's the idea of Symfony's **configuration environments**.
410410

411411
A typical Symfony application begins with three environments:
412+
412413
* ``dev`` for local development,
413414
* ``prod`` for production servers,
414415
* ``test`` for :doc:`automated tests </testing>`.
415-
When running the application, Symfony loads
416-
the configuration files in this order (the last files can override the values
417-
set in the previous ones):
416+
417+
When running the application, Symfony loads the configuration files in this
418+
order (the last files can override the values set in the previous ones):
418419

419420
#. The files in ``config/packages/*.<extension>``;
420421
#. the files in ``config/packages/<environment-name>/*.<extension>``;

0 commit comments

Comments
 (0)