diff --git a/src/argv-files-handler.js b/src/argv-files-handler.js index e1bba3154..93ab78a97 100644 --- a/src/argv-files-handler.js +++ b/src/argv-files-handler.js @@ -26,7 +26,7 @@ async function argvHandler (argv) { } module.exports = async function () { - // Checks current proccess + // Checks current process await argvHandler(process.argv) } diff --git a/src/auto-updater/index.js b/src/auto-updater/index.js index 20f35ffe6..053b92d92 100644 --- a/src/auto-updater/index.js +++ b/src/auto-updater/index.js @@ -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