Skip to content

Commit

Permalink
Update plugins/browser-plugin-media/src/types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Leonard <45019882+greg-el@users.noreply.github.com>
  • Loading branch information
matus-tomlein and greg-el committed Apr 28, 2023
1 parent 4a33aae commit 73bd50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/browser-plugin-media/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export enum MediaPlayerEventType {

// Tracking playback progress

/** Media player event fired periodicaly during main content playback, regardless of other API events that have been sent. */
/** Media player event fired periodically during main content playback, regardless of other API events that have been sent. */
Ping = 'ping',
/** Media player event fired when a percentage boundary set in options.boundaries is reached */
PercentProgress = 'percent_progress',
Expand Down

0 comments on commit 73bd50b

Please sign in to comment.