Skip to content

Commit 13d5a50

Browse files
authored
standardise
1 parent e8ccecb commit 13d5a50

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)