From fc9ba651341af5ab974aade6b1640e345912be83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9?= Date: Mon, 4 Oct 2021 17:18:30 -0500 Subject: Fix(docs): use plural `callbacks` word in `lib/map.js` (#1765) --- lib/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/map.js b/lib/map.js index 13646c9..2a8a03b 100644 --- a/lib/map.js +++ b/lib/map.js @@ -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. -- cgit v1.2.1