From 0e62e5f8669242f1443bfeb24130cd1d3aa46a5b Mon Sep 17 00:00:00 2001 From: Ty <136642464+theTyster@users.noreply.github.com> Date: Wed, 10 Jul 2024 19:27:19 +0000 Subject: [PATCH] Fix minor typo. 'empy' -> 'empty' --- types/timeline.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/timeline.d.ts b/types/timeline.d.ts index 05bfbd97..7039da31 100644 --- a/types/timeline.d.ts +++ b/types/timeline.d.ts @@ -90,7 +90,7 @@ declare namespace gsap.core { * * ```js * tl.clear(); // empty the timeline not including labels - * tl.clear(true); // empy the timeline including labels + * tl.clear(true); // empty the timeline including labels * ``` * * @param {boolean} labels