Skip to content

Commit

Permalink
Fix(docs): use plural callbacks word in lib/map.js (#1765)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanarbol committed Oct 4, 2021
1 parent b1b69b0 commit fc9ba65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/map.js
Expand Up @@ -5,7 +5,7 @@ import awaitify from './internal/awaitify'
/**
* 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.
Expand Down

0 comments on commit fc9ba65

Please sign in to comment.