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

View File

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