summaryrefslogtreecommitdiff
path: root/lib/groupBySeries.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/groupBySeries.js')
-rw-r--r--lib/groupBySeries.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/groupBySeries.js b/lib/groupBySeries.js
index ee673e1..b5452e4 100644
--- a/lib/groupBySeries.js
+++ b/lib/groupBySeries.js
@@ -15,7 +15,7 @@ import groupByLimit from './groupByLimit';
* The iteratee should complete with a `key` to group the value under.
* Invoked with (value, callback).
* @param {Function} [callback] - A callback which is called when all `iteratee`
- * functions have finished, or an error occurs. Result is an `Object` whoses
+ * functions have finished, or an error occurs. Result is an `Object` whose
* properties are arrays of values which returned the corresponding key.
* @returns {Promise} a promise, if no callback is passed
*/