Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit87c81b2

Browse files
authored
fix: remove link for removed page (#315)
1 parentf9c9110 commit87c81b2

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎content/tutorial/01-svelte/08-stores/02-auto-subscriptions/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Start by declaring `unsubscribe` in `App.svelte`:
1515

1616
>Calling a`subscribe` method returns an`unsubscribe` function.
1717
18-
You now declared`unsubscribe`, but it still needs to be called, for example through the`onDestroy`[lifecycle hook](/tutorial/ondestroy):
18+
You now declared`unsubscribe`, but it still needs to be called, for example through the`onDestroy` lifecycle hook:
1919

2020
```svelte
2121
/// file: App.svelte

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp