From ce88ce77331950cf68460a93238ccfbb5190b5ea Mon Sep 17 00:00:00 2001 From: Raymond Feng Date: Thu, 7 Aug 2014 10:33:27 -0700 Subject: [PATCH] Fix doc for the EXECUTE --- lib/models/acl.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/models/acl.js b/lib/models/acl.js index 2c0abe57..65578b97 100644 --- a/lib/models/acl.js +++ b/lib/models/acl.js @@ -60,8 +60,8 @@ var ACLSchema = { property: String, // The name of the property, method, scope, or relation /** - * Name of the access type - READ/WRITE/EXEC - * @property accessType {String} Name of the access type - READ/WRITE/EXEC + * Name of the access type - READ/WRITE/EXECUTE + * @property accessType {String} Name of the access type - READ/WRITE/EXECUTE */ accessType: String, @@ -369,7 +369,7 @@ ACL.prototype.debug = function() { * @property {String|Model} model The model name or model class. * @property {*} id The model instance ID. * @property {String} property The property/method/relation name. - * @property {String} accessType The access type: READE, WRITE, or EXEC. + * @property {String} accessType The access type: READE, WRITE, or EXECUTE. * @param {Function} callback Callback function */