Skip to content

Commit fa05bf7

Browse files
committed
Fixed syntax error
1 parent 7cd4fc7 commit fa05bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dotenv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ You can use ``Dotenv::loadEnv()`` to ease this process::
7676

7777
The Dotenv component will then look for the correct ``.env`` file to load
7878
in the following order whereas the files loaded later override the variables
79-
defined in previously loaded files::
79+
defined in previously loaded files:
8080

8181
#. If ``.env`` exists, it is loaded first. In case there's no ``.env`` file but a
8282
``.env.dist``, this one will be loaded instead.

0 commit comments

Comments
 (0)