We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a1e87 commit 571ba1fCopy full SHA for 571ba1f
1 file changed
src/vs/vscode.d.ts
@@ -2871,7 +2871,7 @@ declare namespace vscode {
2871
export const onDidChangeTextEditorOptions: Event<TextEditorOptionsChangeEvent>;
2872
2873
/**
2874
- * An [event](#Event) which fires when the view column of an editor das changed.
+ * An [event](#Event) which fires when the view column of an editor has changed.
2875
*/
2876
export const onDidChangeTextEditorViewColumn: Event<TextEditorViewColumnChangeEvent>;
2877
0 commit comments