diff --git a/static/show-me/ipc/main.js b/static/show-me/ipc/main.js index 946a0120cb..ccb61ae47e 100644 --- a/static/show-me/ipc/main.js +++ b/static/show-me/ipc/main.js @@ -1,4 +1,4 @@ -// The ipcMain and ipcRenderer modules allow communication between the mai +// The ipcMain and ipcRenderer modules allow communication between the main // process and the renderer processes. // // For more info, see: diff --git a/static/show-me/screen/main.js b/static/show-me/screen/main.js index f8bccba496..2245dad41a 100644 --- a/static/show-me/screen/main.js +++ b/static/show-me/screen/main.js @@ -11,7 +11,7 @@ app.whenReady().then(() => { // app is ready const { screen } = require('electron') - // Create a window that fills the sceen's available + // Create a window that fills the screen's available // work area. const primaryDisplay = screen.getPrimaryDisplay() const { width, height } = primaryDisplay.workAreaSize