From 2690c22e5e08577d792fd471981bfc98e701bc2c Mon Sep 17 00:00:00 2001 From: gtm-nayan Date: Thu, 10 Mar 2022 11:03:48 +0545 Subject: [PATCH] It's just an example --- 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 37faab7537..9891834c85 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -651,7 +651,7 @@ Bindings use event handlers internally to sync the values. The event that is lis ``` -The `1st` input handler will be called before the binding updates the value, so it'll log the old value, whereas `3rd` will log the new value. However, the `change` event only fires when you let go of the slider, so even though the change handler is declared before the input handlers, it'll always be triggered last. +In the above example, the `1st` input handler will be called before the binding updates the value, so it'll log the old value, whereas `3rd` will log the new value. However, the `change` event only fires when you let go of the slider, so even though the change handler is declared before the input handlers, it'll always be triggered last. ##### Binding `