From 11831826eca493966b1e4fbf394d1a8e95f90d48 Mon Sep 17 00:00:00 2001 From: Rainer Zufall Date: Sat, 27 Jan 2024 01:17:57 +0100 Subject: [PATCH 1/2] fix typo in admin_api/rooms.md --- docs/admin_api/rooms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin_api/rooms.md b/docs/admin_api/rooms.md index ad011e5c36e..6935ec4a45b 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 From 390e45d0c8f687b59a1588ed6c8eb664229e2b72 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 20 Feb 2024 12:18:53 +0000 Subject: [PATCH 2/2] changelog --- changelog.d/16857.doc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/16857.doc diff --git a/changelog.d/16857.doc b/changelog.d/16857.doc new file mode 100644 index 00000000000..2382e659843 --- /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