Skip to content

Commit

Permalink
Fix typo in editor.action.startDebugTextMate title (#209160)
Browse files Browse the repository at this point in the history
TextMate is one word.
  • Loading branch information
grgar authored Apr 1, 2024
1 parent 5bb0f37 commit dcfb696
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class StartDebugTextMate extends Action2 {
constructor() {
super({
id: 'editor.action.startDebugTextMate',
title: nls.localize2('startDebugTextMate', "Start Text Mate Syntax Grammar Logging"),
title: nls.localize2('startDebugTextMate', "Start TextMate Syntax Grammar Logging"),
category: Categories.Developer,
f1: true
});
Expand Down

0 comments on commit dcfb696

Please sign in to comment.