浏览代码

Merge pull request #223 from stevepm/patch-1

Fix typo on board.js
Maxime Quandalle 10 年之前
父节点
当前提交
d7cb933925
共有 1 个文件被更改,包括 1 次插入1 次删除
  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, {