From 64e30c89e393e3a773a1511496b3af99c0caf6cb Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 1 Jun 2022 10:13:20 +0100 Subject: [PATCH] Comment typo Co-authored-by: Robin --- src/room/usePTT.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/room/usePTT.ts b/src/room/usePTT.ts index 328ea44..1a72faa 100644 --- a/src/room/usePTT.ts +++ b/src/room/usePTT.ts @@ -55,7 +55,7 @@ export interface PTTState { transmitBlocked: boolean; // connected is actually an indication of whether we're connected to the HS // (ie. the client's syncing state) rather than media connection, since - // it's peer to peer so we can't really say once peer is 'disconnected' if + // it's peer to peer so we can't really say which peer is 'disconnected' if // there's only one other person in the call and they've lost Internet. connected: boolean; }