Skip to content

Commit 86e84f1

Browse files
committed
link
1 parent 566adc7 commit 86e84f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/03-template-syntax/10-bind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ You can bind to component props using the same syntax as for elements.
279279

280280
While Svelte props are reactive without binding, that reactivity only flows downward into the component by default. Using `bind:property` allows changes to the property from within the component to flow back up out of the component.
281281

282-
To mark a property as bindable, use the `$bindable` rune:
282+
To mark a property as bindable, use the [`$bindable`]($bindable) rune:
283283

284284
```svelte
285285
<script>

0 commit comments

Comments
 (0)