Skip to content

Commit b81c796

Browse files
committed
typo
1 parent a333d4b commit b81c796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export type ComponentContext = {
4040
s: Record<string, unknown>;
4141
/** accessors */
4242
a: Record<string, any> | null;
43-
/** effectgs */
43+
/** effects */
4444
e: null | Array<EffectSignal>;
4545
/** mounted */
4646
m: boolean;

0 commit comments

Comments
 (0)