From b318f87fe4b144198de2d4fb276414b93a2b1926 Mon Sep 17 00:00:00 2001 From: Dominic Gannaway Date: Fri, 4 Oct 2024 14:23:15 +0100 Subject: [PATCH] docs --- .../src/routes/docs/content/03-appendix/02-breaking-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/svelte-5-preview/src/routes/docs/content/03-appendix/02-breaking-changes.md b/sites/svelte-5-preview/src/routes/docs/content/03-appendix/02-breaking-changes.md index fe2081558e..1802966b83 100644 --- a/sites/svelte-5-preview/src/routes/docs/content/03-appendix/02-breaking-changes.md +++ b/sites/svelte-5-preview/src/routes/docs/content/03-appendix/02-breaking-changes.md @@ -431,6 +431,6 @@ Event attributes replace event directives: Instead of `on:click={handler}` you w ### `--style-props` uses a different element -Svelte 5 uses an extra `` element instead of a `
` to wrap the component when using CSS custom properties. +Svelte 5 uses an extra `` element instead of a `
` to wrap the component when using CSS custom properties.