Update rbac.md

Fixing typo
This commit is contained in:
Wayne Witzel III 2016-02-10 17:11:24 -05:00
parent 5da2b7ca5b
commit 4450781662

View File

@ -22,7 +22,7 @@ what roles are checked when accessing a resource.
| -- AdminRole
|-- parent = ResourceA.AdminRole
When a user attempts to access ResourceB we will check for their level access using the set of all unique roles, include the parents.
When a user attempts to access ResourceB we will check for their access using the set of all unique roles, include the parents.
set: ResourceA.AdminRole, ResourceB.AdminRole