From bb74656348973d50c5ea76857662496c32a58ce7 Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Wed, 12 May 2021 15:59:44 +0530 Subject: [PATCH] Grammar fix Signed-off-by: RMidhunSuresh --- src/domain/session/room/timeline/linkify/regex.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/domain/session/room/timeline/linkify/regex.js b/src/domain/session/room/timeline/linkify/regex.js index ca6e4320..33adc176 100644 --- a/src/domain/session/room/timeline/linkify/regex.js +++ b/src/domain/session/room/timeline/linkify/regex.js @@ -1,6 +1,6 @@ /* The regex is split into component strings; -meaning that any escapes (\) must be also +meaning that any escapes (\) must also be escaped. */ const scheme = "(?:https|http|ftp):\\/\\/";