meta: fix typo in comment

This commit is contained in:
Xymorot 2020-07-26 00:46:39 +02:00
parent bfc715c94c
commit 38e8a1f4af
1 changed files with 1 additions and 1 deletions

View File

@ -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: {