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