diff --git a/src/utils/media.ts b/src/utils/media.ts index 034e8294..7f3704ed 100644 --- a/src/utils/media.ts +++ b/src/utils/media.ts @@ -30,7 +30,7 @@ export const setControlsOnVideo = ( /** * Temporarily hide media controls. - * @param elemaent Any HTMLElement that has a controls property (e.g. + * @param element Any HTMLElement that has a controls property (e.g. * HTMLVideoElement, FrigateCardHaHlsPlayer) * @param seconds The number of seconds to hide the controls for. */