Skip to content

Commit

Permalink
chore: fix typos in show me examples
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Sep 28, 2023
1 parent 815d777 commit b43f1d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/show-me/ipc/main.js
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion static/show-me/screen/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b43f1d3

Please sign in to comment.