Browse Source

returns an instance, not the module

Zeke Sikelianos 8 years ago
parent
commit
4770d2b526
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/native-image.md

+ 1 - 1
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')