aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/OC/admin.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/OC/admin.js')
-rw-r--r--core/src/OC/admin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/OC/admin.js b/core/src/OC/admin.js
index 565af9946f7..008016645d9 100644
--- a/core/src/OC/admin.js
+++ b/core/src/OC/admin.js
@@ -24,7 +24,7 @@ const isAdmin = !!window._oc_isadmin
/**
* Returns whether the current user is an administrator
*
- * @return {bool} true if the user is an admin, false otherwise
+ * @returns {bool} true if the user is an admin, false otherwise
* @since 9.0.0
*/
export const isUserAdmin = () => isAdmin