From b5654a9b802989503236dc1f0cd003de9527c380 Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Thu, 7 Apr 2016 11:15:26 +0200 Subject: [PATCH] fix typo --- src/vs/vscode.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/vscode.d.ts b/src/vs/vscode.d.ts index fd3e52b27ac..65e90ef29c4 100644 --- a/src/vs/vscode.d.ts +++ b/src/vs/vscode.d.ts @@ -2920,7 +2920,7 @@ declare namespace vscode { /** * An [event](#Event) which fires when the [active editor](#window.activeTextEditor) - * has changed. *Note* that the event also fires when the activ editor changes + * has changed. *Note* that the event also fires when the active editor changes * to `undefined`. */ export const onDidChangeActiveTextEditor: Event; -- GitLab