diff options
Diffstat (limited to 'node_modules/async/eachLimit.js')
-rw-r--r-- | node_modules/async/eachLimit.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/async/eachLimit.js b/node_modules/async/eachLimit.js index 691a40567..674c135e7 100644 --- a/node_modules/async/eachLimit.js +++ b/node_modules/async/eachLimit.js @@ -25,7 +25,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de * @see [async.each]{@link module:Collections.each} * @alias forEachLimit * @category Collection - * @param {Array|Iterable|Object} coll - A colleciton to iterate over. + * @param {Array|Iterable|Object} coll - A collection to iterate over. * @param {number} limit - The maximum number of async operations at a time. * @param {Function} iteratee - A function to apply to each item in `coll`. The * iteratee is passed a `callback(err)` which must be called once it has |