From ecb52af225f24569d76dee1920d01444bcf74f7b Mon Sep 17 00:00:00 2001 From: stratself Date: Fri, 31 Jul 2026 11:58:25 +0000 Subject: [PATCH] fix: Fix grammatical vulnerability reported by @thetayloredman --- docs/calls.mdx | 2 +- docs/calls/livekit.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/calls.mdx b/docs/calls.mdx index 46bfaa4eb..0f1fea978 100644 --- a/docs/calls.mdx +++ b/docs/calls.mdx @@ -3,7 +3,7 @@ # Calls Matrix supports two types of calls: - Element Call powered by [MatrixRTC](https://half-shot.github.io/msc-crafter/#msc/4143) and [LiveKit](https://github.com/livekit/livekit) -- Legacy calls, supported by a STUN/TURN server. +- Legacy calls, supported by a STUN/TURN server. Both types of calls are supported by different sets of clients, but most clients are moving towards MatrixRTC / Element Call. diff --git a/docs/calls/livekit.mdx b/docs/calls/livekit.mdx index c505f639a..76552fba0 100644 --- a/docs/calls/livekit.mdx +++ b/docs/calls/livekit.mdx @@ -1,4 +1,4 @@ -# Matrix RTC/Element Call Setup +# MatrixRTC/Element Call Setup This guide assumes that you are using docker compose for deployment.