Skip to content

Commit 0fa9d16

Browse files
authored
docs: fix $bindable hash link (#11011)
* docs: fix $bindable hash link * standardise
1 parent 8c4769d commit 0fa9d16

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)