Skip to content

Commit c017469

Browse files
authored
Fix typo
1 parent a31dcc3 commit c017469

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/format/browser/formatActionsNone.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ registerEditorAction(class FormatDocumentMultipleAction extends EditorAction {
5050
return commandService.executeCommand('editor.action.formatDocument');
5151
} else {
5252
const langName = model.getLanguageIdentifier().language;
53-
const message = nls.localize('no.rovider', "There is no formatter for '{0}'-files installed.", langName);
53+
const message = nls.localize('no.provider', "There is no formatter for '{0}'-files installed.", langName);
5454
const choice = {
5555
label: nls.localize('install.formatter', "Install Formatter..."),
5656
run: () => showExtensionQuery(viewletService, `category:formatters ${langName}`)

0 commit comments

Comments
 (0)