From 6012bbfc514dd086f422afffa23f8713ccc09854 Mon Sep 17 00:00:00 2001 From: Seivan Heidari Date: Tue, 5 Nov 2019 00:26:49 +0100 Subject: Fix typo. --- editors/code/src/highlighting.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/code/src/highlighting.ts b/editors/code/src/highlighting.ts index b184437fc..3f509e8ee 100644 --- a/editors/code/src/highlighting.ts +++ b/editors/code/src/highlighting.ts @@ -77,7 +77,7 @@ export class Highlighter { console.log(' '); console.log('Missing theme for: <"' + tag + '"> for following mapped scopes:'); console.log(scopesMapper.find(tag)); - console.log('Falling back to values defiend in: ' + fallBackTag); + console.log('Falling back to values defined in: ' + fallBackTag); console.log(' '); const color = new vscode.ThemeColor(fallBackTag); const decor = vscode.window.createTextEditorDecorationType({ -- cgit v1.2.3