use consistent verb style
authorZeke Sikelianos <zeke@sikelianos.com>
Wed, 22 Jun 2016 05:56:51 +0000 (22:56 -0700)
committerZeke Sikelianos <zeke@sikelianos.com>
Wed, 22 Jun 2016 05:56:51 +0000 (22:56 -0700)
docs/api/browser-window.md

index a87be1e..22b0124 100644 (file)
@@ -542,11 +542,11 @@ the [close event](#event-close).
 
 ### `win.focus()`
 
-Focus on the window.
+Focuses on the window.
 
 ### `win.blur()`
 
-Remove focus from the window.
+Removes focus from the window.
 
 ### `win.isFocused()`