This is how plurals work

This commit is contained in:
David Baker
2020-10-06 10:54:51 +01:00
parent 812ae227b6
commit 53880a4bb2
+1 -1
View File
@@ -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);
}