Skip to content

Commit 9165bd0

Browse files
committed
merge
2 parents 7d15dd3 + 7914cb1 commit 9165bd0

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/internal/client/reactivity

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export interface Effect extends Reaction {
8585
last: null | Effect;
8686
/** Parent effect */
8787
parent: Effect | null;
88-
/** THe boundary this effect belongs to */
88+
/** The boundary this effect belongs to */
8989
b: Boundary | null;
9090
/** Dev only */
9191
component_function?: any;

0 commit comments

Comments
 (0)