Commit 279450d8 by muyiwaolurin

Update security-authorization.md

typo
parent f02beaea
......@@ -306,7 +306,7 @@ For applications that require complex access control with dynamically updated au
As aforementioned, rules add additional constraint to roles and permissions. A rule is a class extending
from [[yii\rbac\Rule]]. It must implement the [[yii\rbac\Rule::execute()|execute()]] method. In the hierarchy we've
created previously author cannot edit his own post. Let's fix it. First we need a rule to verify that the use is post
created previously author cannot edit his own post. Let's fix it. First we need a rule to verify that the user is post
author:
```php
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment