fix: Fix grammatical vulnerability reported by @thetayloredman

This commit is contained in:
stratself
2026-08-04 18:18:54 +00:00
committed by Ellis Git
parent 61be6aa7c6
commit ecb52af225
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -1,4 +1,4 @@
# Matrix RTC/Element Call Setup
# MatrixRTC/Element Call Setup
This guide assumes that you are using docker compose for deployment.