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

pull/8268/head
Ben McCann 4 years ago committed by GitHub
parent 83c35b0a37
commit 09110a2f83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -631,7 +631,7 @@ On `<input>` elements with `type="file"`, you can use `bind:files` to get the [`
---
If you're using `bind:` directives together with `on:` directives, the order in which they're defined affects the value of the bound variable when the event handler is called.
If you're using `bind:` directives together with `on:` directives, the order that they're defined in affects the value of the bound variable when the event handler is called.
```sv
<script>

Loading…
Cancel
Save