瀏覽代碼

chore: fix "Necessary" spelling

Vladimir Krivosheev 7 年之前
父節點
當前提交
de40d4cafc
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 () {