Skip to content

Commit 98ece15

Browse files
authored
Fix typo in stores tutorial (#6461)
1 parent 7b914a4 commit 98ece15

File tree

1 file changed

+1
-1
lines changed
  • site/content/tutorial/08-stores/02-auto-subscriptions

1 file changed

+1
-1
lines changed

site/content/tutorial/08-stores/02-auto-subscriptions/text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const unsubscribe = count.subscribe(value => {
1212
});
1313
```
1414

15-
You now declared `unsubscribe`, but it still needs be to called, for example through the `onDestroy` [lifecycle hook](tutorial/ondestroy):
15+
You now declared `unsubscribe`, but it still needs to be called, for example through the `onDestroy` [lifecycle hook](tutorial/ondestroy):
1616

1717
```html
1818
<script>

0 commit comments

Comments
 (0)