浏览代码

Fix typo at Shortcuts.

Thanks to xet7 !
Lauri Ojansivu 4 月之前
父节点
当前提交
4510ddda15
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/lib/keyboard.js

+ 1 - 1
client/lib/keyboard.js

@@ -366,7 +366,7 @@ Template.keyboardShortcuts.helpers({
     },
     {
       keys: ['ctrl + alt + number keys 1-9'],
-      action: 'toggle-asignees'
+      action: 'toggle-assignees'
     },
   ],
 });