Skip to content

Commit

Permalink
site: clarify bind component prop docs (#3484)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conduitry committed Nov 9, 2019
1 parent a83b2fa commit de80ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/02-template-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ bind:property={variable}

---

You can bind to component props using the same mechanism.
You can bind to component props using the same syntax as for elements.

```html
<Keypad bind:value={pin}/>
Expand Down

1 comment on commit de80ae7

@Pjaerr
Copy link

@Pjaerr Pjaerr commented on de80ae7 Nov 10, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙌

Please sign in to comment.