From 6d8a6e64715697061cc18663fb7ed59ab8783489 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Tue, 12 Jul 2016 21:30:27 -0700 Subject: [PATCH] use consistent wording for instances --- docs/api/browser-window.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 21e3a5e372b..abfac87d728 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -279,7 +279,7 @@ The `webPreferences` option is an object that can have the following properties: ### Instance Events -Instances of `BrowserWindow` emit the following events: +Objects created with `new BrowserWindow` emit the following events: **Note:** Some events are only available on specific operating systems and are labeled as such.