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.