From 00bf1b3f2f4de87b1f6b48c1cea30330c9022f5d Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 27 Oct 2021 12:14:41 +0100 Subject: [PATCH] fix typo: word plural --- content/rooms/_index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/rooms/_index.md b/content/rooms/_index.md index 04ded2528..9efbde4c0 100644 --- a/content/rooms/_index.md +++ b/content/rooms/_index.md @@ -24,7 +24,7 @@ version 2 to version 1, if it is so desired. Some functionality is only available in specific room versions, such as knocking. The table below shows which versions support which features -from a client's perspective. Server implementation are still welcome +from a client's perspective. Server implementations are still welcome to reference the following table, however the detailed per-version specifications are more likely to be of interest. @@ -96,4 +96,5 @@ Examples of valid room versions are: - `1` (would be reserved by the Matrix protocol) - `1.2` (would be reserved by the Matrix protocol) - `1.2-beta` -- `com.example.version` \ No newline at end of file +- `com.example.version` +