From 6a76873cee3d7f66bafa57997039f6e003b21cf2 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 8 Mar 2023 11:14:24 +0000 Subject: [PATCH] Typo Co-authored-by: Daniel Abramov --- doc/mid-based-signalling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mid-based-signalling.md b/doc/mid-based-signalling.md index 34a74a86..f38ec6dd 100644 --- a/doc/mid-based-signalling.md +++ b/doc/mid-based-signalling.md @@ -201,7 +201,7 @@ m.call.subscribe }, ``` -This has also been rearrnaged a little to make the media UUIDs the keys and remove the +This has also been rearranged a little to make the media UUIDs the keys and remove the unsubscribe section which is unnecessary if we always send the complete set of tracks we want to receive (we unsubscribe by just removing the media UUID from the dict).