use consistent verb style

This commit is contained in:
Zeke Sikelianos 2016-06-21 22:56:51 -07:00
parent 90d1b9169f
commit 72403c1a8d

View file

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