* Fix typo

* Fix typo

Co-authored-by: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com>

Co-authored-by: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com>
This commit is contained in:
Max Nordlund 2022-05-27 00:08:20 +02:00 committed by GitHub
parent a9dc9c028d
commit fdd7e94a1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ new Vue({
render: h => h(App) 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') { if (window && window.process && window.process.type === 'renderer') {
const { ipcRenderer } = require('electron') const { ipcRenderer } = require('electron')