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
|