Skip to content

Commit 571ba1f

Browse files
author
Greg Van Liew
committed
Fix typo in comment.
1 parent d6a1e87 commit 571ba1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/vscode.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2871,7 +2871,7 @@ declare namespace vscode {
28712871
export const onDidChangeTextEditorOptions: Event<TextEditorOptionsChangeEvent>;
28722872

28732873
/**
2874-
* An [event](#Event) which fires when the view column of an editor das changed.
2874+
* An [event](#Event) which fires when the view column of an editor has changed.
28752875
*/
28762876
export const onDidChangeTextEditorViewColumn: Event<TextEditorViewColumnChangeEvent>;
28772877

0 commit comments

Comments
 (0)