summaryrefslogtreecommitdiffstats
path: root/collections/boards.js
diff options
context:
space:
mode:
Diffstat (limited to 'collections/boards.js')
-rw-r--r--collections/boards.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/collections/boards.js b/collections/boards.js
index 294b7584..3029f204 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, {