From 1df57e4ac79b4bcf6d68e5e9bcaad5c149d83da1 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Tue, 17 May 2022 11:01:27 -0700 Subject: [PATCH] Update site/content/docs/02-template-syntax.md --- 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 9ae5331930..3d2e93eecf 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -641,7 +641,7 @@ If you're using `bind:` directives together with `on:` directives, the order tha /> ``` -Here we were binding to the value of a text input, which uses the `input` event internally. Bindings on other elements may use different events such as `change`. +Here we were binding to the value of a text input, which uses the `input` event. Bindings on other elements may use different events such as `change`. ##### Binding `