From b07c016fea1a8449abc473bddfe2f300f4f902bb Mon Sep 17 00:00:00 2001 From: RyotaK <49341894+Ry0taK@users.noreply.github.com> Date: Fri, 16 Dec 2022 16:58:35 +0000 Subject: [PATCH] Adjust the comment --- typings/xterm.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/xterm.d.ts b/typings/xterm.d.ts index a7c197e1..dc7c38b2 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -1181,7 +1181,7 @@ declare module 'xterm' { leave?(event: MouseEvent, text: string, range: IBufferRange): void; /** - * Whether to receive non HTTP URLs from LinkProvider. When false, any usage of non HTTP URLs + * Whether to receive non-HTTP URLs from LinkProvider. When false, any usage of non-HTTP URLs * will be ignored. Enabling this option without proper protection in `activate` function * may cause security issues such as XSS. */