Skip to content

Commit b1cf19c

Browse files
OEvgenycompulim
andauthored
fix wording
Co-authored-by: William Wong <compulim@users.noreply.github.com>
1 parent 1b10c77 commit b1cf19c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/api/src/StyleOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ type StyleOptions = {
964964
/**
965965
* Defines how activities are being grouped by (in the order of appearance in the array). Default to `['sender', 'status', 'part']` or `sender,status` in CSS.
966966
*
967-
* Values are key of result of `groupActivitiesMiddleware`. The default implementation of `groupActivitiesMiddleware` has `sender` and `status`.
967+
* Values are key of result of `groupActivitiesMiddleware`. The default implementation of `groupActivitiesMiddleware` has `sender`, `status`, and `part`.
968968
*
969969
* To add new groupings, configure `groupActivitiesMiddleware` to output extra groups. Then, add the group names to `styleOptions.groupActivitiesBy`.
970970
*/

0 commit comments

Comments
 (0)