From be1fd41d99c21c19f3440f4bf94b4c03df54eb74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Criado-P=C3=A9rez?= Date: Wed, 20 Sep 2023 01:13:31 +0200 Subject: [PATCH] Corrections on javascript files --- src/argv-files-handler.js | 2 +- src/auto-updater/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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