Skip to content

Commit 1d48753

Browse files
Toflarwouterj
authored andcommitted
Fixed env vars
1 parent 33f756c commit 1d48753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/dotenv.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ in the following order::
8989

9090
This might look complicated at first glance but it gives you the opportunity to commit
9191
multiple environment-specific files that can then be adjusted to your local environment
92-
easily. Given you commit ``.env``, ``.env.test`` and ``.env.test`` to represent different
92+
easily. Given you commit ``.env``, ``.env.test`` and ``.env.dev`` to represent different
9393
configuration settings for your environments, each of them can be adjusted by using
94-
``.env.local``, ``.env.test.local`` and ``.env.test.local`` respectively.
94+
``.env.local``, ``.env.test.local`` and ``.env.dev.local`` respectively.
9595

9696
.. note::
9797

0 commit comments

Comments
 (0)