From 290b4d16e557e1ba897d53bc8f8ff0275bc2e20d Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Tue, 14 Feb 2023 08:23:36 -0800 Subject: [PATCH] Update site/content/docs/03-template-syntax.md --- site/content/docs/03-template-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/03-template-syntax.md b/site/content/docs/03-template-syntax.md index b9d927c532..414802396e 100644 --- a/site/content/docs/03-template-syntax.md +++ b/site/content/docs/03-template-syntax.md @@ -1241,7 +1241,7 @@ Animations can be used with Svelte's [built-in animation functions](/docs#run-ti As with actions and transitions, animations can have parameters. -(The double `{{curlies}}` isn't a special syntax; this is an object literal inside an expression tag.) +(The double `{{curlies}}` aren't a special syntax; this is an object literal inside an expression tag.) ```sv {#each list as item, index (item)}