Skip to content

Commit

Permalink
Corrections on javascript files
Browse files Browse the repository at this point in the history
  • Loading branch information
criadoperez committed Sep 19, 2023
1 parent 068f4e6 commit be1fd41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/argv-files-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async function argvHandler (argv) {
}

module.exports = async function () {
// Checks current proccess
// Checks current process
await argvHandler(process.argv)
}

Expand Down
2 changes: 1 addition & 1 deletion src/auto-updater/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function setup () {
}
if (feedback) {
feedback = false
// when in instant feedback mode, show dialog immediatelly
// when in instant feedback mode, show dialog immediately
feedbackDialog()
} else {
// show unobtrusive notification + dialog on click
Expand Down

0 comments on commit be1fd41

Please sign in to comment.