From 913cb6034d5122b97c93e4aa358b2e2ec657f390 Mon Sep 17 00:00:00 2001 From: Gabriel Birke Date: Thu, 12 Sep 2019 18:36:26 +0200 Subject: [PATCH] Fix typo in configuration.rst --- configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.rst b/configuration.rst index 6314d0dbfb3..77e770f0181 100644 --- a/configuration.rst +++ b/configuration.rst @@ -505,7 +505,7 @@ In order to define the actual values of env vars, Symfony proposes different solutions depending if the application is running in production or in your local development machine. -Independent from the way you set environmnet variables, you may need to run the +Independent from the way you set environment variables, you may need to run the ``debug:container`` command with the ``--env-vars`` option to verify that they are defined and have the expected values: