diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-05-16 15:50:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 13:50:07 +0000 |
commit | 806003461226dc8db19bf9d631260b78c48d544e (patch) | |
tree | aa75c33750835016ad1ac4e658d844f8e7e593bb /docs/usage | |
parent | Fix room upgrades creating an empty room when auth fails (#12696) (diff) | |
download | synapse-806003461226dc8db19bf9d631260b78c48d544e.tar.xz |
Fix typo in listener config (#12742)
Diffstat (limited to 'docs/usage')
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index ca44363105..f0bf13976d 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -467,13 +467,13 @@ Sub-options for each listener include: Valid resource names are: -* `client`: the client-server API (/_matrix/client), and the synapse admin API (/_synapse/admin). Also implies 'media' and 'static'. +* `client`: the client-server API (/_matrix/client), and the synapse admin API (/_synapse/admin). Also implies `media` and `static`. * `consent`: user consent forms (/_matrix/consent). See [here](../../consent_tracking.md) for more. * `federation`: the server-server API (/_matrix/federation). Also implies `media`, `keys`, `openid` -* `keys`: the key discovery API (/_matrix/keys). +* `keys`: the key discovery API (/_matrix/key). * `media`: the media API (/_matrix/media). |