summaryrefslogtreecommitdiff
path: root/docs/v3/groupBySeries.js.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/v3/groupBySeries.js.html')
-rw-r--r--docs/v3/groupBySeries.js.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/v3/groupBySeries.js.html b/docs/v3/groupBySeries.js.html
index 7ee5c78..65e18f6 100644
--- a/docs/v3/groupBySeries.js.html
+++ b/docs/v3/groupBySeries.js.html
@@ -92,7 +92,7 @@
* 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
*/