From 27b9035fd89817a3065df585f1e53eaebffacbfc Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sun, 26 Jun 2022 11:20:57 +0300 Subject: [PATCH] fix --- client/src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/utils.js b/client/src/utils.js index dd1f0b824d..7fb2a47a05 100644 --- a/client/src/utils.js +++ b/client/src/utils.js @@ -212,7 +212,7 @@ define('utils', [], function () { * * @param {module:utils~AccessDefs[]} dataList List of definitions. * @param {module:acl-manager.Class} acl An ACL manager. - * @param {module:modles/user.Class} user A user. + * @param {module:models/user.Class} user A user. * @param {module:model.Class|null} [entity] A model. * @param {boolean} [allowAllForAdmin=false] Allow all for an admin. * @returns {boolean}