Fixed typos

This commit is contained in:
Naz 2021-10-26 10:52:09 +04:00
parent 10e9c30b15
commit 3c6bb95234

View File

@ -95,7 +95,7 @@ class MaxLimit extends Limit {
}
/**
* Throws a HostLimitError if the configured or passed max limit is ecceded by currentCountQuery
* Throws a HostLimitError if the configured or passed max limit is acceded by currentCountQuery
*
* @param {Object} options
* @param {Number} [options.max] - overrides configured default max value to perform checks against
@ -109,7 +109,7 @@ class MaxLimit extends Limit {
}
/**
* Throws a HostLimitError if the configured or passed max limit is ecceded by currentCountQuery
* Throws a HostLimitError if the configured or passed max limit is acceded by currentCountQuery
*
* @param {Object} options
* @param {Number} [options.max] - overrides configured default max value to perform checks against
@ -198,7 +198,7 @@ class MaxPeriodicLimit extends Limit {
}
/**
* Throws a HostLimitError if the configured or passed max limit is ecceded by currentCountQuery
* Throws a HostLimitError if the configured or passed max limit is acceded by currentCountQuery
*
* @param {Object} options
* @param {Number} [options.max] - overrides configured default maxPeriodic value to perform checks against
@ -212,7 +212,7 @@ class MaxPeriodicLimit extends Limit {
}
/**
* Throws a HostLimitError if the configured or passed max limit is ecceded by currentCountQuery
* Throws a HostLimitError if the configured or passed max limit is acceded by currentCountQuery
*
* @param {Object} options
* @param {Number} [options.max] - overrides configured default maxPeriodic value to perform checks against