Skip to content

Commit

Permalink
Align listener docs to match the event phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
123mpozzi committed Mar 4, 2024
1 parent b2b311a commit 2a4cc12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/PlayerView/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,11 @@ interface EventProps {
*/
onCastWaitingForDevice: CastWaitingForDeviceEvent;
/**
* Event emitted when a subtitle cue transitions into the active status.
* Event emitted when a subtitle entry transitions into the active status.
*/
onCueEnter: CueEnterEvent;
/**
* Event emitted when a subtitle cue transitions into the inactive status.
* Event emitted when an active subtitle entry transitions into the inactive status.
*/
onCueExit: CueExitEvent;
/**
Expand Down

0 comments on commit 2a4cc12

Please sign in to comment.