From 92242089bd4b1a6de76a8d14c0773ac6148891f6 Mon Sep 17 00:00:00 2001 From: Tan Li Hau Date: Wed, 18 May 2022 01:10:49 +0800 Subject: [PATCH] Update site/content/docs/02-template-syntax.md Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> --- site/content/docs/02-template-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index 7ddbb3b407..9ae5331930 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 [` --- -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. +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