summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin Josefsson <hello@martinjosefsson.com>2016-03-24 10:37:46 +0100
committerMartin Josefsson <hello@martinjosefsson.com>2016-03-24 10:37:46 +0100
commit197435372a325d08558576e4b1c875d2c57fdf1f (patch)
treec8341ac5a2a738e6afb5abb53257b88e8caa7dbf /README.md
parent0482d53cfc873a3a8e526d42d2e67fa64ca1f909 (diff)
downloadasync-197435372a325d08558576e4b1c875d2c57fdf1f.tar.gz
Update README, spelling correction
Diffstat (limited to 'README.md')
-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