From 521a0ce908f9829fcbdbe6c11d35cdd4c0320d34 Mon Sep 17 00:00:00 2001 From: Anthony DePasquale Date: Mon, 4 Aug 2025 19:55:47 +0200 Subject: [PATCH] Add missing hyphen in "server-side rendering" --- documentation/docs/05-special-elements/07-svelte-options.md | 2 +- documentation/docs/07-misc/07-v5-migration-guide.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/docs/05-special-elements/07-svelte-options.md b/documentation/docs/05-special-elements/07-svelte-options.md index d29042e278..a2e47aa04f 100644 --- a/documentation/docs/05-special-elements/07-svelte-options.md +++ b/documentation/docs/05-special-elements/07-svelte-options.md @@ -12,7 +12,7 @@ The `` element provides a place to specify per-component compile - `runes={false}` — forces a component into _legacy mode_ - `namespace="..."` — the namespace where this component will be used, can be "html" (the default), "svg" or "mathml" - `customElement={...}` — the [options](custom-elements#Component-options) to use when compiling this component as a custom element. If a string is passed, it is used as the `tag` option -- `css="injected"` — the component will inject its styles inline: During server side rendering, it's injected as a `