Skip to content

Commit

Permalink
Merge pull request caolan#1282 from platedodev/gh-pages
Browse files Browse the repository at this point in the history
Fix misspelled word
  • Loading branch information
megawac committed Sep 13, 2016
2 parents 15cb604 + b568275 commit 3398782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs.html
Expand Up @@ -1681,7 +1681,7 @@ <h5>Parameters:</h5>



<td class="description last"><p>A colleciton to iterate over.</p></td>
<td class="description last"><p>A collection to iterate over.</p></td>
</tr>


Expand Down Expand Up @@ -16548,4 +16548,4 @@ <h3>Methods:</h3><ul><li><a href="docs.html#collections">Collections</a><ul clas
<script>prettyPrint();</script>
<script src="scripts/linenumber.js"></script>
<script src="scripts/jsdoc-custom.js"></script>
</body>
</body>
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 3398782

Please sign in to comment.