diff options
author | Jason Robinson <jasonr@matrix.org> | 2021-01-11 23:05:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-11 23:05:36 +0200 |
commit | 0b77329fe20268285328ba028fdf976b88df0877 (patch) | |
tree | 503ef7142160ff7450be5c94ba49cc83d1e46c72 /docs | |
parent | Don't try to use f-strings (diff) | |
download | synapse-0b77329fe20268285328ba028fdf976b88df0877.tar.xz |
Clarify rooms.md
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/admin_api/rooms.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/admin_api/rooms.md b/docs/admin_api/rooms.md index 142092b9de..1d59bb5c4b 100644 --- a/docs/admin_api/rooms.md +++ b/docs/admin_api/rooms.md @@ -546,7 +546,7 @@ A response as follows will be returned: ## Deleting forward extremities -In the event a room has lots of forward extremities, the extra can be +If a room has lots of forward extremities, the extra can be deleted as follows: ``` |