Skip to content

Commit 1d95502

Browse files
committed
sync
1 parent 28e6adc commit 1d95502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/docs/svelte/02-template-syntax/01-component-fundamentals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ If you export a `const`, `class` or `function`, it is readonly from outside the
112112
</script>
113113
```
114114

115-
Readonly props can be accessed as properties on the element, tied to the component using [`bind:this` syntax](bindings#bind-this).
115+
Readonly props can be accessed as properties on the element, tied to the component using [`bind:this` syntax](bindings#bind:this).
116116

117117
### Reactive variables
118118

0 commit comments

Comments
 (0)