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/sample_config.yaml | |
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/sample_config.yaml')
-rw-r--r-- | docs/sample_config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 05a3606da0..ee98d193cb 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -289,7 +289,7 @@ presence: # 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). # |