Skip to content

Commit 09c1e8a

Browse files
committed
woops
1 parent bfa328e commit 09c1e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/svelte-5-preview/src/routes/docs/content/03-appendix/02-breaking-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ In runes mode, bindings to component exports don't show up in rest props. For ex
127127

128128
### Bindings need to be explicitly defined using `$bindable()`
129129

130-
In Svelte 4 syntax, every property (declared via `export let`) is bindable, meaning you can `bind:` to it. In runes mode, properties are not bindable by default: you need to denote bindable props with the [/docs/runes#$bindable](`$bindable`) rune.
130+
In Svelte 4 syntax, every property (declared via `export let`) is bindable, meaning you can `bind:` to it. In runes mode, properties are not bindable by default: you need to denote bindable props with the [`$bindable`](/docs/runes#$bindable) rune.
131131

132132
## Other breaking changes
133133

0 commit comments

Comments
 (0)