fix typo at CursorPositionChangedEvent

This commit is contained in:
HE Shi-Jun 2017-11-20 11:21:09 -06:00 committed by GitHub
parent a4c2d3c7de
commit 9b3e2fef0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5265,7 +5265,7 @@ export interface CursorPositionChangedEvent {
newBufferPosition: Point;
newScreenPosition: Point;
textChanged: boolean;
Cursor: Cursor;
cursor: Cursor;
}
export interface DecorationPropsChangedEvent {