diff --git a/docs/v3/apply.js.html b/docs/v3/apply.js.html index 20591a3bd..4e884ecf4 100644 --- a/docs/v3/apply.js.html +++ b/docs/v3/apply.js.html @@ -30,7 +30,7 @@
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
+and a callback for when it has finished processing. Each of these callbacks
takes 2 arguments: an error
, and the transformed item from coll
. If
iteratee
passes an error to its callback, the main callback
(for the
map
function) is immediately called with the error.
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
+and a callback for when it has finished processing. Each of these callbacks
takes 2 arguments: an error
, and the transformed item from coll
. If
iteratee
passes an error to its callback, the main callback
(for the
map
function) is immediately called with the error.