meta: fix typo in comment
This commit is contained in:
parent
bfc715c94c
commit
38e8a1f4af
|
@ -5,7 +5,7 @@
|
|||
import App from './renderer/App.svelte';
|
||||
|
||||
((): void =>
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-call,@typescript-eslint/no-unsafe-return -- fis this together with the typescript support of svelte
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-call,@typescript-eslint/no-unsafe-return -- fix this together with the typescript support of svelte
|
||||
new App({
|
||||
target: document.querySelector('#app'),
|
||||
props: {
|
||||
|
|
Loading…
Reference in New Issue