Fixed grammar.

pull/7705/head
Kwat Medetgul-Ernar 4 years ago committed by GitHub
parent 01ba78a6fb
commit c3e71fbd59
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}> <button on:click={incrementCount}>
``` ```
Inside the `incrementCount` function, all we need to do is change the value of `count`: Inside the `incrementCount` function, all we need to do is to change the value of `count`:
```js ```js
function incrementCount() { function incrementCount() {

Loading…
Cancel
Save