From 885968a24226b71d12ac6da77cb132e60d9cdbd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 3 Nov 2023 21:38:41 +0100 Subject: [PATCH] Fix typo in index.ts --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }