Skip to content

Commit d47dbd3

Browse files
committed
update demo
1 parent 2f6dcb8 commit d47dbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explorer-v2/src/lib/ESLintPlayground.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<input type="number" bind:value={b}>
1919
<input type="number" bind:value={c}>
2020
21-
<p>{a} + {b} = {a + b + c}</p>`;
21+
<p>{a} + {b} + {c} = {a + b + c}</p>`;
2222
2323
const state = deserializeState(
2424
(typeof window !== 'undefined' && window.location.hash.slice(1)) || ''

0 commit comments

Comments
 (0)