We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b914a4 commit 98ece15Copy full SHA for 98ece15
site/content/tutorial/08-stores/02-auto-subscriptions/text.md
@@ -12,7 +12,7 @@ const unsubscribe = count.subscribe(value => {
12
});
13
```
14
15
-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):
16
17
```html
18
<script>
0 commit comments