Fix typo [skip ci]

This commit is contained in:
Anton Andersen
2014-11-03 20:21:53 +04:00
parent 4ee638c4bd
commit 17960584c0

View File

@ -200,7 +200,7 @@ new ones save the following code as `convert.php` that should be placed in the s
* Static helper `yii\helpers\Security` has been converted into an application component. You should change all usage of
its methods to a new syntax, for example: instead of `yii\helpers\Security::hashData()` use `Yii::$app->getSecurity()->hashData()`.
The `generateRandomKey()` method now produces not an ASCII compatible ouput. Use `generateRandomString()` instead.
The `generateRandomKey()` method now produces not an ASCII compatible output. Use `generateRandomString()` instead.
Default encryption and hash parameters has been upgraded. If you need to decrypt/validate data that was encrypted/hashed
before, use the following configuration of the 'security' component: