mirror of https://github.com/sveltejs/svelte
parent
c3ec6b3b90
commit
c2b05886ed
@ -1,5 +1,5 @@
|
|||||||
<script>
|
<script>
|
||||||
let name = 'world';
|
let name = 'World';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<h1>Hello {name}!</h1>
|
<h1>Hello, {name}!</h1>
|
||||||
Loading…
Reference in new issue