summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Argasinski <argasinski.hubert@gmail.com>2016-09-13 22:20:08 -0400
committerHubert Argasinski <argasinski.hubert@gmail.com>2016-09-13 22:20:08 -0400
commit75d4a2e2b533ee3577954729b65967f21f212ad8 (patch)
tree4f425f4280acad992e1738227471474c8ad098a9
parent166b856617380319395a14c691c79b71566b042c (diff)
downloadasync-75d4a2e2b533ee3577954729b65967f21f212ad8.tar.gz
apply #1282 to master, fixes misspelled word
-rw-r--r--lib/eachLimit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eachLimit.js b/lib/eachLimit.js
index c6bce8c..e2ed790 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