📝 Match variable names

[ci skip]
This commit is contained in:
Plusb Preco 2016-05-11 02:38:42 +09:00
parent 885aeec442
commit 5146befa46
6 changed files with 23 additions and 23 deletions

View file

@ -87,7 +87,7 @@ To solve this, you can turn off node integration in Electron:
```javascript
// In the main process.
let mainWindow = new BrowserWindow({
let win = new BrowserWindow({
webPreferences: {
nodeIntegration: false
}