summary refs log tree commit diff
path: root/docs/usage/configuration
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2022-05-16 15:50:07 +0200
committerGitHub <noreply@github.com>2022-05-16 13:50:07 +0000
commit806003461226dc8db19bf9d631260b78c48d544e (patch)
treeaa75c33750835016ad1ac4e658d844f8e7e593bb /docs/usage/configuration
parentFix room upgrades creating an empty room when auth fails (#12696) (diff)
downloadsynapse-806003461226dc8db19bf9d631260b78c48d544e.tar.xz
Fix typo in listener config (#12742)
Diffstat (limited to 'docs/usage/configuration')
-rw-r--r--docs/usage/configuration/config_documentation.md4
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).