diff --git a/ghost/limit-service/lib/limit-service.js b/ghost/limit-service/lib/limit-service.js index 4fb90f542d..1ec74fbb14 100644 --- a/ghost/limit-service/lib/limit-service.js +++ b/ghost/limit-service/lib/limit-service.js @@ -118,9 +118,9 @@ class LimitService { } /** - * Checks if any of the configured limits acced + * Checks if any of the configured limits acceded * - * @returns {boolean} + * @returns {Promise} */ async checkIfAnyOverLimit() { for (const limit in this.limits) {