forked from mystiq/hydrogen-web
Grammar fix
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
2e657fbbbd
commit
bb74656348
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue