From 061b149675dc73d5137b901071e9b7319183ccc7 Mon Sep 17 00:00:00 2001 From: Qiang Xue <qiang.xue@gmail.com> Date: Fri, 26 Dec 2014 15:40:27 -0500 Subject: [PATCH] minor rewording [skip ci] --- framework/filters/AccessRule.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/filters/AccessRule.php b/framework/filters/AccessRule.php index abcc33e..cd68359 100644 --- a/framework/filters/AccessRule.php +++ b/framework/filters/AccessRule.php @@ -42,8 +42,8 @@ class AccessRule extends Component * - `?`: matches a guest user (not authenticated yet) * - `@`: matches an authenticated user * - * Alternatively RBAC (Role-Based Access Control) premission name could be specified. In this case - * [[User::can()]] will be called in order to check access. + * If you are using RBAC (Role-Based Access Control), you may also specify role or permission names. + * In this case, [[User::can()]] will be called to check access. * * If this property is not set or empty, it means this rule applies to all roles. */ -- libgit2 0.27.1