Skip to content

Commit 01a9fa2

Browse files
authored
Update acl.js
Fix typo in JS doc.
1 parent 22345cf commit 01a9fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/models/acl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ assert(Role, 'Role model must be defined before ACL model');
7474
* - ALLOW: Explicitly grants access to the resource.
7575
* - AUDIT: Log, in a system-dependent way, the access specified in the permissions component of the ACL entry.
7676
* - DENY: Explicitly denies access to the resource.
77-
* @property {String} principalType Type of the principal; one of: Application, Use, Role.
77+
* @property {String} principalType Type of the principal; one of: Application, User, Role.
7878
* @property {String} principalId ID of the principal - such as appId, userId or roleId.
7979
* @property {Object} settings Extends the `Model.settings` object.
8080
* @property {String} settings.defaultPermission Default permission setting: ALLOW, DENY, ALARM, or AUDIT. Default is ALLOW.

0 commit comments

Comments
 (0)