Merge pull request #4917 from maxxer/fixDoc_security-authorization

Fix typo in security-authorization.md
This commit is contained in:
Paul Klimov
2014-09-04 12:30:02 +03:00

View File

@@ -218,7 +218,7 @@ Building authorization data is all about the following tasks:
Depending on authorization flexibility requirements the tasks above could be done in different ways.
If your persmissions hierarchy doesn't change at all and you have a fixed number of users you can create a console
If your permissions hierarchy doesn't change at all and you have a fixed number of users you can create a console
command that will initialize authorization data once via APIs offered by `authManager`:
```php