Explorar el Código

Merge pull request #223 from stevepm/patch-1

Fix typo on board.js
Maxime Quandalle hace 10 años
padre
commit
d7cb933925
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      collections/boards.js

+ 1 - 1
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, {