Browse Source

chore: fix "Necessary" spelling

Vladimir Krivosheev 7 years ago
parent
commit
de40d4cafc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/index.js

+ 1 - 1
src/main/index.js

@@ -5,7 +5,7 @@ import { app, BrowserWindow } from 'electron'
 const isDevelopment = process.env.NODE_ENV !== 'production'
 
 // Global reference to mainWindow
-// Neccessary to prevent win from being garbage collected
+// Necessary to prevent win from being garbage collected
 let mainWindow
 
 function createMainWindow () {