Update site/content/docs/03-template-syntax.md

pull/8268/head
Ben McCann 4 years ago committed by GitHub
parent bcb78dff01
commit 290b4d16e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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. 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 ```sv
{#each list as item, index (item)} {#each list as item, index (item)}

Loading…
Cancel
Save