Adjust the comment

This commit is contained in:
RyotaK
2022-12-16 16:58:55 +00:00
parent e4b473785d
commit b07c016fea
+1 -1
View File
@@ -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.
*/