Skip to content

Commit dfa984b

Browse files
committed
Minor tweak
1 parent 70918c2 commit dfa984b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Symfony applications come with a file called ``.env`` located at the project
305305
root directory. This file is used to define the value of environment variables
306306
and it's explained in detail :ref:`later in this article <config-dot-env>`.
307307

308-
Open the ``.env`` file (or better, the ``.env.local`` file if you define one)
308+
Open the ``.env`` file (or better, the ``.env.local`` file if you created one)
309309
and edit the value of the ``APP_ENV`` variable to change the environment in
310310
which the application runs. For example, to run the application in production:
311311

0 commit comments

Comments
 (0)