Skip to content

Commit 2b55713

Browse files
committed
Minor tweak
1 parent 9d5461f commit 2b55713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/runtime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ The following options are supported by the ``SymfonyRuntime``:
338338
``dotenv_path`` (default: ``.env``)
339339
To define the path of dot-env files.
340340
``dotenv_overload`` (default: ``false``)
341-
To tell Dotenv whether to override ``.env`` vars with ``.env.local`` (or other ``.env.*``)
341+
To tell Dotenv whether to override ``.env`` vars with ``.env.local`` (or other ``.env.*`` files)
342342
``use_putenv``
343343
To tell Dotenv to set env vars using ``putenv()`` (NOT RECOMMENDED).
344344
``prod_envs`` (default: ``["prod"]``)

0 commit comments

Comments
 (0)