From 09110a2f83f8818a631099bfdfe86cc5312a6341 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Tue, 14 Feb 2023 08:21:54 -0800 Subject: [PATCH] Update site/content/docs/03-template-syntax.md --- site/content/docs/03-template-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/03-template-syntax.md b/site/content/docs/03-template-syntax.md index 267235363a..083ed864d2 100644 --- a/site/content/docs/03-template-syntax.md +++ b/site/content/docs/03-template-syntax.md @@ -631,7 +631,7 @@ On `` 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