Skip to content

Commit

Permalink
Fix misspell on documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Dos Santos committed Sep 13, 2016
1 parent 0edff39 commit b568275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/eachLimit.js
Expand Up @@ -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
Expand Down

0 comments on commit b568275

Please sign in to comment.