From 563ffd0c0b3e0026ee19b4b89fc9e7eaf108f383 Mon Sep 17 00:00:00 2001 From: Steve Date: Mon, 13 Jul 2015 23:47:21 -0700 Subject: [PATCH] Fix typo on board.js --- collections/boards.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collections/boards.js b/collections/boards.js index 294b7584c..3029f204b 100644 --- a/collections/boards.js +++ b/collections/boards.js @@ -102,7 +102,7 @@ if (Meteor.isServer) { if (nbAdmins > 1) return false; - // If all the previous conditions where verified, we can't remove + // If all the previous conditions were verified, we can't remove // a user if it's an admin var removedMemberId = modifier.$pull.members.userId; return !! _.findWhere(doc.members, {