Merge pull request #2501 from xtermjs/Tyriar-patch-1

Remove double space in dts
This commit is contained in:
Daniel Imms
2019-10-23 11:37:30 -07:00
committed by GitHub
+1 -1
View File
@@ -449,7 +449,7 @@ declare module 'xterm' {
onLineFeed: IEvent<void>;
/**
* Adds an event listener for when a scroll occurs. The event value is the
* Adds an event listener for when a scroll occurs. The event value is the
* new position of the viewport.
* @returns an `IDisposable` to stop listening.
*/