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

pull/7357/head
Ben McCann 4 years ago committed by GitHub
parent 92242089bd
commit 1df57e4ac7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -641,7 +641,7 @@ If you're using `bind:` directives together with `on:` directives, the order tha
/>
```
Here we were binding to the value of a text input, which uses the `input` event internally. Bindings on other elements may use different events such as `change`.
Here we were binding to the value of a text input, which uses the `input` event. Bindings on other elements may use different events such as `change`.
##### Binding `<select>` value

Loading…
Cancel
Save