We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d15dd3 + 7914cb1 commit 9165bd0Copy full SHA for 9165bd0
packages/svelte/src/internal/client/reactivity/types.d.ts
@@ -85,7 +85,7 @@ export interface Effect extends Reaction {
85
last: null | Effect;
86
/** Parent effect */
87
parent: Effect | null;
88
- /** THe boundary this effect belongs to */
+ /** The boundary this effect belongs to */
89
b: Boundary | null;
90
/** Dev only */
91
component_function?: any;
0 commit comments