diff --git a/src/index.ts b/src/index.ts index 284b8dd..de3179b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -33,7 +33,7 @@ export interface AnimationController

{ */ 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 }