Ver Fonte

chore: fix "Necessary" spelling

Vladimir Krivosheev há 7 anos atrás
pai
commit
de40d4cafc
1 ficheiros alterados com 1 adições e 1 exclusões
  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 () {