From 80d83f0dc6b14f69d0879a0757a06a3941b5113a Mon Sep 17 00:00:00 2001 From: Jack Farley Date: Fri, 26 May 2023 20:55:33 +1200 Subject: [PATCH] Update 03-template-syntax.md Remove hr at end of section to be inline with rest of document --- site/content/docs/03-template-syntax.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/site/content/docs/03-template-syntax.md b/site/content/docs/03-template-syntax.md index fc511ab8e8..573681f7d2 100644 --- a/site/content/docs/03-template-syntax.md +++ b/site/content/docs/03-template-syntax.md @@ -128,8 +128,6 @@ An element or component can have multiple spread attributes, interspersed with r > Another example is ``. Svelte will set the img `src` before making the img element `loading="lazy"`, which is probably too late. Change this to `` to make the image lazily loaded. ---- - ### Text expressions ```sv