We -> we
authorKevin Sawicki <kevinsawicki@gmail.com>
Tue, 7 Jun 2016 17:25:21 +0000 (10:25 -0700)
committerKevin Sawicki <kevinsawicki@gmail.com>
Tue, 7 Jun 2016 17:25:21 +0000 (10:25 -0700)
lib/browser/guest-view-manager.js

index 3d4596d..9fffb74 100644 (file)
@@ -82,7 +82,7 @@ var createGuest = function (embedder, params) {
   for (const event of destroyEvents) {
     embedder.once(event, destroy)
 
-    // Users might also listen to the crashed event, so We must ensure the guest
+    // Users might also listen to the crashed event, so we must ensure the guest
     // is destroyed before users' listener gets called. It is done by moving our
     // listener to the first one in queue.
     const listeners = embedder._events[event]