Skip to content

Commit f404642

Browse files
committed
docs: update comment
Signed-off-by: Adam Setch <[email protected]>
1 parent beb16ca commit f404642

File tree

1 file changed

+1
-1
lines changed
  • src/renderer/utils/notifications

1 file changed

+1
-1
lines changed

src/renderer/utils/notifications/group.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export function isGroupByRepository(settings: SettingsState) {
99
}
1010

1111
/**
12-
* Group notifications by repository.full_name preserving first-seen repo order.
12+
* Group notifications by repository.full_name preserving first-seen repository order.
1313
* Returns a Map where keys are repo full_names and values are arrays of notifications.
1414
* Skips notifications without valid repository data.
1515
*/

0 commit comments

Comments
 (0)