mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-10 20:17:32 +01:00
Grammar fix
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
2e657fbbbd
commit
bb74656348
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
The regex is split into component strings;
|
The regex is split into component strings;
|
||||||
meaning that any escapes (\) must be also
|
meaning that any escapes (\) must also
|
||||||
be escaped.
|
be escaped.
|
||||||
*/
|
*/
|
||||||
const scheme = "(?:https|http|ftp):\\/\\/";
|
const scheme = "(?:https|http|ftp):\\/\\/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user