diff --git a/packages/svelte/src/ambient.d.ts b/packages/svelte/src/ambient.d.ts index 5bf69a157f..cc395995cc 100644 --- a/packages/svelte/src/ambient.d.ts +++ b/packages/svelte/src/ambient.d.ts @@ -240,12 +240,12 @@ declare namespace $effect { /** * The `$effect.active` rune is an advanced feature that indicates whether an effect or async `$derived` can be created in the current context. * Effects and async deriveds can only be created in root effects, which are created during component setup, or can be programmatically created via `$effect.root`. - * + * * Example: * ```svelte *