From 09e39551456e5a010f3733f4776b6ba7b43bd605 Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Tue, 9 Dec 2025 11:09:01 -0500 Subject: [PATCH] [Glitch] Fix misc comment typos Port ac71771d98b21c6418a97e0ae05294868619e3d5 to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/models/notification_group.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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