Fix typo in stores tutorial (#6461)

pull/6467/head
Caleb Chiesa 3 years ago committed by GitHub
parent 7b914a46b1
commit 98ece151b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ const unsubscribe = count.subscribe(value => {
});
```
You now declared `unsubscribe`, but it still needs be to called, for example through the `onDestroy` [lifecycle hook](tutorial/ondestroy):
You now declared `unsubscribe`, but it still needs to be called, for example through the `onDestroy` [lifecycle hook](tutorial/ondestroy):
```html
<script>

Loading…
Cancel
Save