Fix miss type

Guide code got error
pull/4112/head
Joon Hwan 김준환 6 years ago committed by GitHub
parent 1ef7601d69
commit e2a1ee3ff6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ At the heart of Svelte is a powerful system of *reactivity* for keeping the DOM
To demonstrate it, we first need to wire up an event handler. Replace line 9 with this: To demonstrate it, we first need to wire up an event handler. Replace line 9 with this:
```html ```html
<button on:click={handleClick}> <button on:click={handleClick}/>
``` ```
Inside the `handleClick` function, all we need to do is change the value of `count`: Inside the `handleClick` function, all we need to do is change the value of `count`:

Loading…
Cancel
Save