From 83c35b0a3745d6ff752fd746d27c1171cd6b8908 Mon Sep 17 00:00:00 2001
From: Kyrre Gjerstad <98534972+kyrregjerstad@users.noreply.github.com>
Date: Thu, 9 Feb 2023 10:42:12 +0100
Subject: [PATCH] Fix minor typos and grammar
---
site/content/docs/03-template-syntax.md | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/site/content/docs/03-template-syntax.md b/site/content/docs/03-template-syntax.md
index e08cc6216f..267235363a 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 that they're defined in 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 in which they're defined affects the value of the bound variable when the event handler is called.
```sv