From bc8d1fc128c4b50e609f78e88bc15b8813038d32 Mon Sep 17 00:00:00 2001 From: Akshay Kishor Chauhan Date: Sun, 1 Oct 2023 18:21:41 +0530 Subject: [PATCH] fix typos --- docs/core/timeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/timeline.md b/docs/core/timeline.md index 6351136f8..9b738bcea 100644 --- a/docs/core/timeline.md +++ b/docs/core/timeline.md @@ -136,7 +136,7 @@ const h = await tl.go(0); const h2 = await tl.go(5); ``` -## Understanding the Timline Lifecycle +## Understanding the Timeline Lifecycle Now that you implemented a simple timeline let's take a minute to understand the lifecycle of a timeline execution. There are four moments always defined for every timeline: init, dispose, log, and error. Of these init and dispose are used within the lifecycle, while log and error are used as you need.