Skip to content

Commit 276463e

Browse files
authored
Merge pull request #2501 from xtermjs/Tyriar-patch-1
Remove double space in dts
2 parents d9f58c0 + 84e4cf7 commit 276463e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/xterm.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ declare module 'xterm' {
449449
onLineFeed: IEvent<void>;
450450

451451
/**
452-
* Adds an event listener for when a scroll occurs. The event value is the
452+
* Adds an event listener for when a scroll occurs. The event value is the
453453
* new position of the viewport.
454454
* @returns an `IDisposable` to stop listening.
455455
*/

0 commit comments

Comments
 (0)