returns an instance, not the module
authorZeke Sikelianos <zeke@sikelianos.com>
Mon, 14 Nov 2016 22:54:28 +0000 (14:54 -0800)
committerZeke Sikelianos <zeke@sikelianos.com>
Wed, 16 Nov 2016 17:02:49 +0000 (09:02 -0800)
docs/api/native-image.md

index 7ca8c18c489abd230d0a84e897d5ff8f3adc1c0a..54d7631f490e048c6b23c0daed230df1c6665665 100644 (file)
@@ -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')