From fff036b6ab52cbd8da24fdc87e65074b55f90d66 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Tue, 12 Jul 2016 21:28:27 -0700 Subject: [PATCH] distinguish static methods from module methods --- 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 9bfe088f31db..7d02dc862a84 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -441,9 +441,9 @@ Returns: Emitted on 3-finger swipe. Possible directions are `up`, `right`, `down`, `left`. -## Methods +## Static Methods -The `BrowserWindow` object has the following methods: +The `BrowserWindow` class has the following static methods: ### `BrowserWindow.getAllWindows()`