Explorar o código

Fix typo on board.js

Steve %!s(int64=10) %!d(string=hai) anos
pai
achega
563ffd0c0b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      collections/boards.js

+ 1 - 1
collections/boards.js

@@ -102,7 +102,7 @@ if (Meteor.isServer) {
       if (nbAdmins > 1)
       if (nbAdmins > 1)
         return false;
         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
       // a user if it's an admin
       var removedMemberId = modifier.$pull.members.userId;
       var removedMemberId = modifier.$pull.members.userId;
       return !! _.findWhere(doc.members, {
       return !! _.findWhere(doc.members, {