Skip to content

Commit

Permalink
docs: remove incorrectly added let for the win variable (#18052)
Browse files Browse the repository at this point in the history
  • Loading branch information
miniak authored and codebytere committed May 1, 2019
1 parent 5ed11aa commit b333ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/first-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ let win

function createWindow () {
// Create the browser window.
let win = new BrowserWindow({
win = new BrowserWindow({
width: 800,
height: 600,
webPreferences: {
Expand Down

0 comments on commit b333ce2

Please sign in to comment.