Skip to content

Commit

Permalink
add a missing S
Browse files Browse the repository at this point in the history
Krealle committed Mar 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ec83d38 commit ebc6351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/shared/normalizers/Channeling.ts
Original file line number Diff line number Diff line change
@@ -261,7 +261,7 @@ export function endCurrentChannel(event: AnyEvent, channelState: ChannelState) {
/**
* Attempts to attach the endChannel event to the associated cast event
*
* This is needed to allow the Cast module to properly render channels on the timeline without
* This is needed to allow the Casts module to properly render channels on the timeline without
* inserting the cast on top of the the fabricated channel
*/
function attachChannelToCast(endChannelEvent: EndChannelEvent): void {

0 comments on commit ebc6351

Please sign in to comment.