Browse Source

chore: fix "Necessary" spelling

Vladimir Krivosheev 7 năm trước cách đây
mục cha
commit
de40d4cafc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 () {