From 74fba0a817b414579f3223ac508b4fdb8faced98 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Sun, 6 Sep 2015 22:47:29 +0200 Subject: Fix a recurrent English typo --- client/lib/keyboard.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/lib/keyboard.js') diff --git a/client/lib/keyboard.js b/client/lib/keyboard.js index 0bb9c380..af5fb7a2 100644 --- a/client/lib/keyboard.js +++ b/client/lib/keyboard.js @@ -6,14 +6,14 @@ Mousetrap.bind('?', () => { }); Mousetrap.bind('w', () => { - Sidebar.toogle(); + Sidebar.toggle(); }); Mousetrap.bind('q', () => { const currentBoardId = Session.get('currentBoard'); const currentUserId = Meteor.userId(); if (currentBoardId && currentUserId) { - Filter.members.toogle(currentUserId); + Filter.members.toggle(currentUserId); } }); @@ -39,7 +39,7 @@ Mousetrap.bind(['down', 'up'], (evt, key) => { Template.keyboardShortcuts.helpers({ mapping: [{ keys: ['W'], - action: 'shortcut-toogle-sidebar', + action: 'shortcut-toggle-sidebar', }, { keys: ['Q'], action: 'shortcut-filter-my-cards', -- cgit v1.2.3-1-g7c22