Skip to content

Commit

Permalink
Fix a typo in command name
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Jan 29, 2024
1 parent b3ef49b commit 2831da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/labCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export function addNotebookCommands(
isEnabled
}),
commands.addCommand('vim:leave-current-mode', {
label: 'Move Insert to Normal to Jupyter Command Mode"',
label: 'Move Insert to Normal to Jupyter Command Mode',
execute: args => {
const current = getCurrent(args);

Expand Down

0 comments on commit 2831da3

Please sign in to comment.