diff --git a/src/@types/global.d.ts b/src/@types/global.d.ts index 47a08ab9d..c36de134c 100644 --- a/src/@types/global.d.ts +++ b/src/@types/global.d.ts @@ -36,7 +36,7 @@ declare global { } interface HTMLAudioElement { - // sinkId & setSinkId are experimental and typescript doesn't know about it + // sinkId & setSinkId are experimental and typescript doesn't know about them sinkId: string; setSinkId(outputId: string); }