[Glitch] Fix misc comment typos

Port ac71771d98 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Matt Jankowski
2025-12-09 11:09:01 -05:00
committed by Claire
parent e554e5723d
commit 09e3955145

View File

@@ -11,7 +11,7 @@ import type {
import type { ApiReportJSON } from 'flavours/glitch/api_types/reports';
// Maximum number of avatars displayed in a notification group
// This corresponds to the max lenght of `group.sampleAccountIds`
// This corresponds to the max length of `group.sampleAccountIds`
export const NOTIFICATIONS_GROUP_MAX_AVATARS = 8;
interface BaseNotificationGroup