docs: remove incorrectly added let for the win variable (#18095)

This commit is contained in:
trop[bot]
2019-05-01 15:41:59 -04:00
committed by John Kleinschmidt
parent 57f7c8b6b9
commit 276c07d3d7

View File

@@ -138,7 +138,7 @@ let win
function createWindow () {
// Create the browser window.
let win = new BrowserWindow({
win = new BrowserWindow({
width: 800,
height: 600,
webPreferences: {