Fix typo on board.js

This commit is contained in:
Steve 2015-07-13 23:47:21 -07:00
parent 8cf9ec2660
commit 563ffd0c0b

View file

@ -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, {