Remove double space in dts

This commit is contained in:
Daniel Imms 2019-10-23 11:37:17 -07:00 committed by GitHub
parent d9f58c0dbb
commit 84e4cf7e9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
typings/xterm.d.ts vendored
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.
*/