mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 18:52:14 +03:00
Fixed typos
This commit is contained in:
parent
10e9c30b15
commit
3c6bb95234
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user