diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index 9891834c85..7ddbb3b407 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -627,31 +627,21 @@ On `` elements with `type="file"`, you can use `bind:files` to get the [` --- -Bindings use event handlers internally to sync the values. The event that is listened for will differ based on the element and the type of binding used. Therefore, the order of `bind:` and `on:` directives can have consequences. +If you're using `bind:` directives together with `on:` directives, their order can affect what value the bound variable has when the event handler is called. ```sv - -