From c2ed27a1b2c41707721d2aa0430a2f25e83c9313 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 13 Oct 2021 15:42:57 +0100 Subject: [PATCH] Typo --- .../room-list/algorithms/list-ordering/ImportanceAlgorithm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/room-list/algorithms/list-ordering/ImportanceAlgorithm.ts b/src/stores/room-list/algorithms/list-ordering/ImportanceAlgorithm.ts index 14dfec8fa2..3cc393305e 100644 --- a/src/stores/room-list/algorithms/list-ordering/ImportanceAlgorithm.ts +++ b/src/stores/room-list/algorithms/list-ordering/ImportanceAlgorithm.ts @@ -52,7 +52,7 @@ const CATEGORY_ORDER = [ * * The importance of a room is defined by the kind of notifications, if any, are * present on the room. These are classified internally as Unsent, Red, Grey, - * Bold, and Idle. 'Unsent' rooms habe unsent messages, Red rooms have mentions, + * Bold, and Idle. 'Unsent' rooms have unsent messages, Red rooms have mentions, * grey have unread messages, bold is a less noisy version of grey, and idle * means all activity has been seen by the user. *