diff --git a/app/javascript/flavours/glitch/models/notification_group.ts b/app/javascript/flavours/glitch/models/notification_group.ts index 73b3bef96e..886ab5a639 100644 --- a/app/javascript/flavours/glitch/models/notification_group.ts +++ b/app/javascript/flavours/glitch/models/notification_group.ts @@ -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