Merge pull request #12309 from Mak-Di/patch-2

Fix typo
This commit is contained in:
Dmitry Naumenko
2016-08-25 09:20:47 +03:00
committed by GitHub

View File

@@ -202,7 +202,7 @@ In debug mode Yii shows quite verbose errors which are certainly helpful for dev
verbose errors are handy for attacker as well since these could reveal database structure, configuration values and
parts of your code. Never run production applications with `YII_DEBUG` set to `true` in your `index.php`.
You should never enalble Gii at production. It could be used to get information about database structure, code and to
You should never enable Gii at production. It could be used to get information about database structure, code and to
simply rewrite code with what's generated by Gii.
Debug toolbar should be avoided at production unless really necessary. It exposes all the application and config