From 9b3e2fef0bb96e99e140d2eaac983ddf34d3043a Mon Sep 17 00:00:00 2001 From: HE Shi-Jun Date: Mon, 20 Nov 2017 11:21:09 -0600 Subject: [PATCH] fix typo at CursorPositionChangedEvent --- types/atom/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/atom/index.d.ts b/types/atom/index.d.ts index 0db2ab0002..2a13373b7d 100644 --- a/types/atom/index.d.ts +++ b/types/atom/index.d.ts @@ -5265,7 +5265,7 @@ export interface CursorPositionChangedEvent { newBufferPosition: Point; newScreenPosition: Point; textChanged: boolean; - Cursor: Cursor; + cursor: Cursor; } export interface DecorationPropsChangedEvent {