Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshayKishorChauhan authored and juliemturner committed Oct 16, 2023
1 parent b08bca9 commit bc8d1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/timeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit bc8d1fc

Please sign in to comment.