mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 13:42:27 -05:00
chore: fix "Necessary" spelling
This commit is contained in:
parent
a10c1752b7
commit
de40d4cafc
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue