瀏覽代碼

Fix typo.

Ian Rose 7 年之前
父節點
當前提交
ce6ab99eff
共有 1 個文件被更改,包括 1 次插入1 次删除
  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';
 }