We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
svelte
1 parent 08c787d commit b87845aCopy full SHA for b87845a
apps/svelte.dev/content/docs/svelte/98-reference/20-svelte.md
@@ -32,7 +32,7 @@ import {
32
33
This was the base class for Svelte components in Svelte 4. Svelte 5+ components
34
are completely different under the hood. For typing, use `Component` instead.
35
-To instantiate components, use `mount` instead`.
+To instantiate components, use `mount` instead.
36
See [migration guide](/docs/svelte/v5-migration-guide#Components-are-no-longer-classes) for more info.
37
38
<div class="ts-block">
0 commit comments