Skip to content

Commit e8ccecb

Browse files
authored
docs: fix $bindable hash link
1 parent 8c4769d commit e8ccecb

File tree

1 file changed

+1
-1
lines changed
  • sites/svelte-5-preview/src/routes/docs/content/01-api

1 file changed

+1
-1
lines changed

sites/svelte-5-preview/src/routes/docs/content/01-api/02-runes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ By default props are treated as readonly, meaning reassignments will not propaga
498498
499499
Note that you can still use `export const` and `export function` to expose things to users of your component (if they're using `bind:this`, for example).
500500
501-
### `$bindable()`
501+
## `$bindable()`
502502
503503
To declare props as bindable, use `$bindable()`. Besides using them as regular props, the parent can (_can_, not _must_) then also `bind:` to them.
504504

0 commit comments

Comments
 (0)