File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ type Properties<Props, Slots> = Props &
38
38
/**
39
39
* This was the base class for Svelte components in Svelte 4. Svelte 5+ components
40
40
* are completely different under the hood. For typing, use `Component` instead.
41
- * To instantiate components, use `mount` instead` .
41
+ * To instantiate components, use `mount` instead.
42
42
* See [migration guide](https://svelte.dev/docs/svelte/v5-migration-guide#Components-are-no-longer-classes) for more info.
43
43
*/
44
44
export class SvelteComponent <
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ declare module 'svelte' {
35
35
/**
36
36
* This was the base class for Svelte components in Svelte 4. Svelte 5+ components
37
37
* are completely different under the hood. For typing, use `Component` instead.
38
- * To instantiate components, use `mount` instead` .
38
+ * To instantiate components, use `mount` instead.
39
39
* See [migration guide](https://svelte.dev/docs/svelte/v5-migration-guide#Components-are-no-longer-classes) for more info.
40
40
*/
41
41
export class SvelteComponent <
You can’t perform that action at this time.
0 commit comments