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/components/lists/listBody.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/components/lists') diff --git a/client/components/lists/listBody.js b/client/components/lists/listBody.js index cc8c94cc..2e00cb4f 100644 --- a/client/components/lists/listBody.js +++ b/client/components/lists/listBody.js @@ -67,7 +67,7 @@ BlazeComponent.extendComponent({ if (MultiSelection.isActive() || evt.shiftKey) { evt.stopImmediatePropagation(); evt.preventDefault(); - const methodName = evt.shiftKey ? 'toogleRange' : 'toogle'; + const methodName = evt.shiftKey ? 'toggleRange' : 'toggle'; MultiSelection[methodName](this.currentData()._id); // If the card is already selected, we want to de-select it. @@ -87,7 +87,7 @@ BlazeComponent.extendComponent({ toggleMultiSelection(evt) { evt.stopPropagation(); evt.preventDefault(); - MultiSelection.toogle(this.currentData()._id); + MultiSelection.toggle(this.currentData()._id); }, events() { -- cgit v1.2.3-1-g7c22