diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index a17314f27f..ac49fb23c5 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -627,7 +627,7 @@ On `` elements with `type="file"`, you can use `bind:files` to get the [` --- -`bind:` can be used together with `on:` directives. The order that they are defined in determines 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