From 819f4fae65ac6751f79ad28c0da3e6a09fbc22a7 Mon Sep 17 00:00:00 2001
From: gtmnayan <50981692+gtm-nayan@users.noreply.github.com>
Date: Sun, 31 Oct 2021 11:13:53 +0545
Subject: [PATCH] Add code language to the 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 52b1828b94..f57eb675ec 100644
--- a/site/content/docs/02-template-syntax.md
+++ b/site/content/docs/02-template-syntax.md
@@ -606,7 +606,7 @@ On `` elements with `type="file"`, you can use `bind:files` to get the [`
`bind:` can be used together with `on:` directives. The order that they are defined in determines the value of the bound variable when the event handler is called.
-```
+```sv