Fix api lint

This commit is contained in:
Daniel Imms
2024-07-10 12:36:08 -07:00
parent 55c627572c
commit d6f7133fa6
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -83,8 +83,8 @@ declare module '@xterm/headless' {
/**
* The modifier key hold to multiply scroll speed.
* @deprecated This option is no longer available and will always use alt. Setting this will be
* ignored.
* @deprecated This option is no longer available and will always use alt.
* Setting this will be ignored.
*/
fastScrollModifier?: 'none' | 'alt' | 'ctrl' | 'shift';
+2 -2
View File
@@ -109,8 +109,8 @@ declare module '@xterm/xterm' {
/**
* The modifier key hold to multiply scroll speed.
* @deprecated This option is no longer available and will always use alt. Setting this will be
* ignored.
* @deprecated This option is no longer available and will always use alt.
* Setting this will be ignored.
*/
fastScrollModifier?: 'none' | 'alt' | 'ctrl' | 'shift';