Skip to content

Commit 175a4e8

Browse files
authored
minor tweaks
1 parent b973f0c commit 175a4e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

best_practices/configuration.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ application behavior.
1818
.. best-practice::
1919

2020
Define the infrastructure-related configuration options as environment
21-
variables in the ``.env`` file at the root of the project.
21+
variables. During development, use the ``.env`` file at the root of your
22+
project to set these.
2223

23-
By default, Symfony adds this kind of options to the ``.env`` file when
24+
By default, Symfony adds these types of options to the ``.env`` file when
2425
installing new dependencies in the app:
2526

2627
.. code-block:: bash

0 commit comments

Comments
 (0)