Skip to content

Commit b0ffe33

Browse files
committed
minor #10865 Fixing typo for .env.local file (james-srl)
This PR was submitted for the 4.2 branch but it was merged into the 4.1 branch instead (closes #10865). Discussion ---------- Fixing typo for .env.local file It was probably just a typo. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 6ac15df Fixing typo for .env.local file
2 parents 62e154d + 6ac15df commit b0ffe33

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
@@ -256,7 +256,7 @@ sensible, non-secret *default* values for all of your environment variables and
256256
*should* be commited to your repository.
257257

258258
To override these variables with machine-specific or sensitive values, create a
259-
``env.local`` file. This file is **not committed to the shared repository** and
259+
``.env.local`` file. This file is **not committed to the shared repository** and
260260
is only stored on your machine. In fact, the ``.gitignore`` file that comes with
261261
Symfony prevents it from being committed.
262262

0 commit comments

Comments
 (0)