From b333ce26289ba2c6c7cdab4efacf4d4ee104d4ff Mon Sep 17 00:00:00 2001 From: Milan Burda Date: Wed, 1 May 2019 19:45:58 +0200 Subject: [PATCH] docs: remove incorrectly added let for the win variable (#18052) --- docs/tutorial/first-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/first-app.md b/docs/tutorial/first-app.md index ab05c3cc79..8c4c8cb942 100644 --- a/docs/tutorial/first-app.md +++ b/docs/tutorial/first-app.md @@ -138,7 +138,7 @@ let win function createWindow () { // Create the browser window. - let win = new BrowserWindow({ + win = new BrowserWindow({ width: 800, height: 600, webPreferences: {