diff --git a/src/vs/vscode.d.ts b/src/vs/vscode.d.ts index fd3e52b27ac55c5f56e490b4bd351af5e8e59733..65e90ef29c450e0ad2a7bdbbd788abd6888767ed 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;