Skip to content

Commit a7aa1a7

Browse files
committed
fix link
1 parent b880f74 commit a7aa1a7

File tree

1 file changed

+1
-1
lines changed
  • documentation/docs/03-template-syntax

1 file changed

+1
-1
lines changed

documentation/docs/03-template-syntax/13-use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: use:
33
---
44

55
> [!NOTE]
6-
> In Svelte 5.29 and newer, consider using [attachments](attach) instead, as they are more flexible and composable.
6+
> In Svelte 5.29 and newer, consider using [attachments](@attach) instead, as they are more flexible and composable.
77
88
Actions are functions that are called when an element is mounted. They are added with the `use:` directive, and will typically use an `$effect` so that they can reset any state when the element is unmounted:
99

0 commit comments

Comments
 (0)