mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 17:15:38 +03:00
fix typo in admin_api/rooms.md (#16857)
Co-authored-by: Andrew Morgan <andrew@amorgan.xyz>
This commit is contained in:
parent
0621e8eb0e
commit
1b7304c8b4
2 changed files with 2 additions and 1 deletions
1
changelog.d/16857.doc
Normal file
1
changelog.d/16857.doc
Normal file
|
@ -0,0 +1 @@
|
|||
Fix a small typo in the Rooms section of the Admin API documentation. Contributed by @RainerZufall187.
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue