From 53880a4bb23085b1fecae3fbeba77f2aba0ee2cb Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 6 Oct 2020 10:54:51 +0100 Subject: [PATCH] This is how plurals work --- src/@types/global.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }