Skip to content

Commit

Permalink
Merge pull request #178 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
Fix typo in index.ts
  • Loading branch information
justin-schroeder authored Nov 3, 2023
2 parents 6989fd6 + 885968a commit f4bd0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface AnimationController<P = unknown> {
*/
update?: (newParams: P) => void
/**
* (Svelte Specific) A function that runs when the componnet is removed from the DOM.
* (Svelte Specific) A function that runs when the component is removed from the DOM.
*/
destroy?: () => void
}
Expand Down

1 comment on commit f4bd0f9

@vercel
Copy link

@vercel vercel bot commented on f4bd0f9 Nov 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.