Skip to content

Commit dcfb696

Browse files
authored
Fix typo in editor.action.startDebugTextMate title (microsoft#209160)
TextMate is one word.
1 parent 5bb0f37 commit dcfb696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/codeEditor/electron-sandbox/startDebugTextMate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class StartDebugTextMate extends Action2 {
2929
constructor() {
3030
super({
3131
id: 'editor.action.startDebugTextMate',
32-
title: nls.localize2('startDebugTextMate', "Start Text Mate Syntax Grammar Logging"),
32+
title: nls.localize2('startDebugTextMate', "Start TextMate Syntax Grammar Logging"),
3333
category: Categories.Developer,
3434
f1: true
3535
});

0 commit comments

Comments
 (0)