summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Early <alexander.early@gmail.com>2016-03-24 10:02:00 -0700
committerAlex Early <alexander.early@gmail.com>2016-03-24 10:02:00 -0700
commitce483302c49e7cd9a1ac5f6c5f7412897179764e (patch)
treec8341ac5a2a738e6afb5abb53257b88e8caa7dbf
parent0482d53cfc873a3a8e526d42d2e67fa64ca1f909 (diff)
parent197435372a325d08558576e4b1c875d2c57fdf1f (diff)
downloadasync-ce483302c49e7cd9a1ac5f6c5f7412897179764e.tar.gz
Merge pull request #1084 from fromheten/patch-1
Update README, spelling correction
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e331362..3009118 100644
--- a/README.md
+++ b/README.md
@@ -391,7 +391,7 @@ __Related__
### map(coll, iteratee, [callback])
-Produces a new collay of values by mapping each value in `coll` through
+Produces a new collection of values by mapping each value in `coll` through
the `iteratee` function. The `iteratee` is called with an item from `coll` and a
callback for when it has finished processing. Each of these callback takes 2 arguments:
an `error`, and the transformed item from `coll`. If `iteratee` passes an error to its