From fdd7e94a1d58c839ef6a0b73ecf7bd8d9f42c340 Mon Sep 17 00:00:00 2001 From: Max Nordlund Date: Fri, 27 May 2022 00:08:20 +0200 Subject: [PATCH] Fix typo (#2267) * Fix typo * Fix typo Co-authored-by: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com> Co-authored-by: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com> --- src/renderer/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/main.js b/src/renderer/main.js index 25c15bbc..90a438c0 100644 --- a/src/renderer/main.js +++ b/src/renderer/main.js @@ -32,7 +32,7 @@ new Vue({ render: h => h(App) }) -// to avoild accesing electorn api from web app build +// to avoid accesing electron api from web app build if (window && window.process && window.process.type === 'renderer') { const { ipcRenderer } = require('electron')