From 64703fd3cc722979ec354013d1b063b79cab1c0f Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 28 Feb 2023 14:09:52 +0000 Subject: [PATCH] Typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Šimon Brandner --- src/matrix-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix-utils.ts b/src/matrix-utils.ts index 7f70a236..fa3199b4 100644 --- a/src/matrix-utils.ts +++ b/src/matrix-utils.ts @@ -212,7 +212,7 @@ export function fullAliasFromRoomName( } /** - * Applies some basic sanitisation to an room name that the user + * Applies some basic sanitisation to a room name that the user * has given us * @param input The room name from the user * @param client A matrix client object