From 4d0b06e090187500f1919a795a03bd3ad1fdd593 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Mon, 22 May 2023 20:40:47 -0700 Subject: [PATCH] Fix typo. --- src/utils/media.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */