Browse Source

Fix typo.

Ian Rose 7 years ago
parent
commit
ce6ab99eff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/console-extension/src/index.ts

+ 1 - 1
packages/console-extension/src/index.ts

@@ -94,7 +94,7 @@ namespace CommandIDs {
   const enterToExecute = 'console:enter-to-execute';
 
   export
-  const shiftEnterToExecute = 'consol:shift-enter-to-execute';
+  const shiftEnterToExecute = 'console:shift-enter-to-execute';
 }