Update 03-template-syntax.md

Remove hr at end of section to be inline with rest of document
pull/8560/head
Jack Farley 3 years ago committed by GitHub
parent ce1f58ab00
commit 80d83f0dc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -128,8 +128,6 @@ An element or component can have multiple spread attributes, interspersed with r
> Another example is `<img src="..." loading="lazy" />`. Svelte will set the img `src` before making the img element `loading="lazy"`, which is probably too late. Change this to `<img loading="lazy" src="...">` to make the image lazily loaded.
---
### Text expressions
```sv

Loading…
Cancel
Save