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 f9c9110 commit 87c81b2Copy full SHA for 87c81b2
content/tutorial/01-svelte/08-stores/02-auto-subscriptions/README.md
@@ -15,7 +15,7 @@ Start by declaring `unsubscribe` in `App.svelte`:
15
16
> Calling a `subscribe` method returns an `unsubscribe` function.
17
18
-You now declared `unsubscribe`, but it still needs to be 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:
19
20
```svelte
21
/// file: App.svelte
0 commit comments