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