Skip to content

Commit 0fb048e

Browse files
committed
minor symfony#12315 Fix typo in configuration.rst (gbirke)
This PR was merged into the 4.3 branch. Discussion ---------- Fix typo in configuration.rst <!-- 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 ------- 913cb60 Fix typo in configuration.rst
2 parents 03dadd3 + 913cb60 commit 0fb048e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ In order to define the actual values of env vars, Symfony proposes different
505505
solutions depending if the application is running in production or in your local
506506
development machine.
507507

508-
Independent from the way you set environmnet variables, you may need to run the
508+
Independent from the way you set environment variables, you may need to run the
509509
``debug:container`` command with the ``--env-vars`` option to verify that they
510510
are defined and have the expected values:
511511

0 commit comments

Comments
 (0)