From 4770d2b526c170c81f87926be51cd2e71feb76c8 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Mon, 14 Nov 2016 14:54:28 -0800 Subject: [PATCH] returns an instance, not the module --- docs/api/native-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/native-image.md b/docs/api/native-image.md index 7ca8c18c489a..54d7631f490e 100644 --- a/docs/api/native-image.md +++ b/docs/api/native-image.md @@ -18,7 +18,7 @@ let win = new BrowserWindow({icon: '/Users/somebody/images/window.png'}) console.log(appIcon, win) ``` -Or read the image from the clipboard which returns a `nativeImage`: +Or read the image from the clipboard which returns a `NativeImage`: ```javascript const {clipboard, Tray} = require('electron')