From 1b7304c8b49d0399848c60e5ae794856dbaa8563 Mon Sep 17 00:00:00 2001 From: Rainer Zufall Date: Tue, 20 Feb 2024 13:20:23 +0100 Subject: [PATCH] fix typo in admin_api/rooms.md (#16857) Co-authored-by: Andrew Morgan --- changelog.d/16857.doc | 1 + docs/admin_api/rooms.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/16857.doc 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