Skip to content

Commit de80ae7

Browse files
committed
site: clarify bind component prop docs (#3484)
1 parent a83b2fa commit de80ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/docs/02-template-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ bind:property={variable}
11461146

11471147
---
11481148

1149-
You can bind to component props using the same mechanism.
1149+
You can bind to component props using the same syntax as for elements.
11501150

11511151
```html
11521152
<Keypad bind:value={pin}/>

0 commit comments

Comments
 (0)