We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f756c commit 1d48753Copy full SHA for 1d48753
components/dotenv.rst
@@ -89,9 +89,9 @@ in the following order::
89
90
This might look complicated at first glance but it gives you the opportunity to commit
91
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
+easily. Given you commit ``.env``, ``.env.test`` and ``.env.dev`` to represent different
93
configuration settings for your environments, each of them can be adjusted by using
94
-``.env.local``, ``.env.test.local`` and ``.env.test.local`` respectively.
+``.env.local``, ``.env.test.local`` and ``.env.dev.local`` respectively.
95
96
.. note::
97
0 commit comments