Fix typo.

This commit is contained in:
Dermot Duffy
2023-05-22 20:40:47 -07:00
parent 5a67c8bc2e
commit 4d0b06e090
+1 -1
View File
@@ -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.
*/