Browse Source

Fix typo at Shortcuts.

Thanks to xet7 !
Lauri Ojansivu 2 months ago
parent
commit
4510ddda15
1 changed files with 1 additions and 1 deletions
  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'
     },
   ],
 });