diff --git a/content/en/docs/10/_index.md b/content/en/docs/10/_index.md index 2edf77c..4a3250b 100644 --- a/content/en/docs/10/_index.md +++ b/content/en/docs/10/_index.md @@ -301,7 +301,7 @@ $password = "venkman"; with ```php -$password = $_ENV["password">]; +$password = $_ENV["password"]; ``` and run the container by passing the necessary env var: ```bash