From 445078166212880202864d7cbfe7b5267c42f512 Mon Sep 17 00:00:00 2001 From: Wayne Witzel III Date: Wed, 10 Feb 2016 17:11:24 -0500 Subject: [PATCH] Update rbac.md Fixing typo --- docs/rbac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rbac.md b/docs/rbac.md index 84d756ebae..84aa35ab26 100644 --- a/docs/rbac.md +++ b/docs/rbac.md @@ -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