From 67dbff1d4a78da27c3d770c249260002f80b14f2 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Tue, 12 Jul 2016 21:22:54 -0700 Subject: [PATCH] events -> instance events --- docs/api/browser-window.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 174072732c..7d7f6f2fd6 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -277,9 +277,9 @@ The `webPreferences` option is an object that can have the following properties: * `backgroundThrottling` Boolean - Whether to throttle animations and timers when the page becomes background. Defaults to `true`. -## Events +## Instance Events -The `BrowserWindow` object emits the following events: +Instances of `BrowserWindow` emit the following events: **Note:** Some events are only available on specific operating systems and are labeled as such.