diff --git a/lib/eachLimit.js b/lib/eachLimit.js index c6bce8c2a..e2ed79088 100644 --- a/lib/eachLimit.js +++ b/lib/eachLimit.js @@ -11,7 +11,7 @@ import withoutIndex from './internal/withoutIndex'; * @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