Skip to content

Commit b87845a

Browse files
Sync svelte docs (#918)
sync svelte docs Co-authored-by: Rich-Harris <[email protected]>
1 parent 08c787d commit b87845a

File tree

1 file changed

+1
-1
lines changed
  • apps/svelte.dev/content/docs/svelte/98-reference

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/docs/svelte/98-reference/20-svelte.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import {
3232

3333
This was the base class for Svelte components in Svelte 4. Svelte 5+ components
3434
are completely different under the hood. For typing, use `Component` instead.
35-
To instantiate components, use `mount` instead`.
35+
To instantiate components, use `mount` instead.
3636
See [migration guide](/docs/svelte/v5-migration-guide#Components-are-no-longer-classes) for more info.
3737

3838
<div class="ts-block">

0 commit comments

Comments
 (0)