File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/vs/editor/contrib/indentation/browser Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export class IndentationToSpacesAction extends EditorAction {
36
36
alias : 'Convert Indentation to Spaces' ,
37
37
precondition : EditorContextKeys . writable ,
38
38
metadata : {
39
- description : nls . localize2 ( 'indentationToSpacesDescription' , "Conver the tab indentation to spaces." ) ,
39
+ description : nls . localize2 ( 'indentationToSpacesDescription' , "Convert the tab indentation to spaces." ) ,
40
40
}
41
41
} ) ;
42
42
}
@@ -73,7 +73,7 @@ export class IndentationToTabsAction extends EditorAction {
73
73
alias : 'Convert Indentation to Tabs' ,
74
74
precondition : EditorContextKeys . writable ,
75
75
metadata : {
76
- description : nls . localize2 ( 'indentationToTabsDescription' , "Conver the spaces indentation to tabs." ) ,
76
+ description : nls . localize2 ( 'indentationToTabsDescription' , "Convert the spaces indentation to tabs." ) ,
77
77
}
78
78
} ) ;
79
79
}
You can’t perform that action at this time.
0 commit comments