Skip to content

Commit 344682b

Browse files
authored
Fixing typo in description (microsoft#209630)
fixing typo
1 parent dce0137 commit 344682b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/editor/contrib/indentation/browser/indentation.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class IndentationToSpacesAction extends EditorAction {
3636
alias: 'Convert Indentation to Spaces',
3737
precondition: EditorContextKeys.writable,
3838
metadata: {
39-
description: nls.localize2('indentationToSpacesDescription', "Conver the tab indentation to spaces."),
39+
description: nls.localize2('indentationToSpacesDescription', "Convert the tab indentation to spaces."),
4040
}
4141
});
4242
}
@@ -73,7 +73,7 @@ export class IndentationToTabsAction extends EditorAction {
7373
alias: 'Convert Indentation to Tabs',
7474
precondition: EditorContextKeys.writable,
7575
metadata: {
76-
description: nls.localize2('indentationToTabsDescription', "Conver the spaces indentation to tabs."),
76+
description: nls.localize2('indentationToTabsDescription', "Convert the spaces indentation to tabs."),
7777
}
7878
});
7979
}

0 commit comments

Comments
 (0)