Browse Source

docs: add missing curly brace to quick start example code (#28253)

Will Anderson 4 years ago
parent
commit
14acf00ba9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/tutorial/quick-start.md

+ 1 - 1
docs/tutorial/quick-start.md

@@ -78,7 +78,7 @@ app.whenReady().then(() => {
       createWindow()
     }
   })
-)
+})
 
 app.on('window-all-closed', () => {
   if (process.platform !== 'darwin') {