Update text.md

pull/4060/head
The Jared Wilcurt 6 years ago committed by GitHub
parent ac62feb986
commit 9a4a102fbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ To demonstrate it, we first need to wire up an event handler. Replace line 9 wit
<button on:click={incrementCount}>
```
Inside the `handleClick` function, all we need to do is change the value of `count`:
Inside the `incrementCount` function, all we need to do is change the value of `count`:
```js
function incrementCount() {

Loading…
Cancel
Save