diff options
author | Rainer Zufall <pissunschik123@gmail.com> | 2024-02-20 13:20:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-20 12:20:23 +0000 |
commit | 1b7304c8b49d0399848c60e5ae794856dbaa8563 (patch) | |
tree | 3fee85857d52d41267c8c55ebd7ae5b318473090 /docs/admin_api/rooms.md | |
parent | Add metric for emails sent (#16881) (diff) | |
download | synapse-1b7304c8b49d0399848c60e5ae794856dbaa8563.tar.xz |
fix typo in admin_api/rooms.md (#16857)
Co-authored-by: Andrew Morgan <andrew@amorgan.xyz>
Diffstat (limited to '')
-rw-r--r-- | docs/admin_api/rooms.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/admin_api/rooms.md b/docs/admin_api/rooms.md index ad011e5c36..6935ec4a45 100644 --- a/docs/admin_api/rooms.md +++ b/docs/admin_api/rooms.md @@ -913,7 +913,7 @@ With all that being said, if you still want to try and recover the room: them handle rejoining themselves. 4. If `new_room_user_id` was given, a 'Content Violation' will have been - created. Consider whether you want to delete that roomm. + created. Consider whether you want to delete that room. # Make Room Admin API |