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 &
3838/**
3939 * This was the base class for Svelte components in Svelte 4. Svelte 5+ components
4040 * 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.
4242 * See [migration guide](https://svelte.dev/docs/svelte/v5-migration-guide#Components-are-no-longer-classes) for more info.
4343 */
4444export class SvelteComponent <
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ declare module 'svelte' {
3535 /**
3636 * This was the base class for Svelte components in Svelte 4. Svelte 5+ components
3737 * 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.
3939 * See [migration guide](https://svelte.dev/docs/svelte/v5-migration-guide#Components-are-no-longer-classes) for more info.
4040 */
4141 export class SvelteComponent <
You can’t perform that action at this time.
0 commit comments