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 | |
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>
-rw-r--r-- | changelog.d/16857.doc | 1 | ||||
-rw-r--r-- | docs/admin_api/rooms.md | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/16857.doc b/changelog.d/16857.doc new file mode 100644 index 0000000000..2382e65984 --- /dev/null +++ b/changelog.d/16857.doc @@ -0,0 +1 @@ +Fix a small typo in the Rooms section of the Admin API documentation. Contributed by @RainerZufall187. \ No newline at end of file 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 |