Skip to content

Commit 8f5c76f

Browse files
Update src/vs/workbench/contrib/terminal/browser/terminalActions.ts
Co-authored-by: John Murray <[email protected]>
1 parent 597376c commit 8f5c76f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminal/browser/terminalActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export function registerTerminalActions() {
233233
title: { value: localize('workbench.action.terminal.createTerminalEditor', "Create New Terminal in Editor Area"), original: 'Create New Terminal in Editor Area' },
234234
f1: false,
235235
run: async (c, accessor, args) => {
236-
// Force the editor into the same editor group is it's locked. This command is only ever
236+
// Force the editor into the same editor group if it's locked. This command is only ever
237237
// called when a terminal is the active editor
238238
const editorGroupsService = accessor.get(IEditorGroupsService);
239239
const instance = await c.service.createTerminal({

0 commit comments

Comments
 (0)