From 5bc3128c71145706ce722159f34783ef95e3f390 Mon Sep 17 00:00:00 2001 From: ALAGBE Sola Date: Fri, 10 Jul 2020 10:10:19 +0100 Subject: [PATCH] config: fix typo --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index ebc4a1c9c..c3b42b5b4 100644 --- a/config.js +++ b/config.js @@ -310,7 +310,7 @@ var config = { // When 'true', it shows an intermediate page before joining, where the user can configure their devices. // prejoinPageEnabled: false, - // If true, shows the unsafe roon name warning label when a room name is + // If true, shows the unsafe room name warning label when a room name is // deemed unsafe (due to the simplicity in the name) and a password is not // set or the lobby is not enabled. // enableInsecureRoomNameWarning: false,