We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a83c88 commit 438d2e4Copy full SHA for 438d2e4
cookbook/en/configuring-webservers/apache.md
@@ -49,5 +49,5 @@ SetEnv APP_ENV dev
49
# ...other settings...
50
```
51
52
-In the above note usage of `SetEnv`. Since the Yii3 application template is using environment variables, this is a possible
+In the above, note the usage of `SetEnv`. Since the Yii3 application template is using environment variables, this is a possible
53
place to set them. In production environment remember to set `APP_ENV` to `prod`.
0 commit comments