Skip to content

Commit 7a89ee8

Browse files
committed
fix typo
1 parent 708bc7d commit 7a89ee8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/services/editor/browser/editorService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ export class EditorService extends Disposable implements EditorServiceImpl {
506506
try {
507507
overrides.push(...handler.getEditorOverrides(resource, options, group).map(val => [handler, val] as [IOpenEditorOverrideHandler, IOpenEditorOverrideEntry]));
508508
} catch (error) {
509-
this.logService.error(`Unexpected error getting editor overides: ${error}`);
509+
this.logService.error(`Unexpected error getting editor overrides: ${error}`);
510510
}
511511
}
512512
}

0 commit comments

Comments
 (0)