Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 8060034

Browse files
authored
Fix typo in listener config (#12742)
1 parent a5c2675 commit 8060034

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

changelog.d/12742.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix typo in server listener documentation.

docs/sample_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ presence:
289289
# federation: the server-server API (/_matrix/federation). Also implies
290290
# 'media', 'keys', 'openid'
291291
#
292-
# keys: the key discovery API (/_matrix/keys).
292+
# keys: the key discovery API (/_matrix/key).
293293
#
294294
# media: the media API (/_matrix/media).
295295
#

docs/usage/configuration/config_documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,13 +467,13 @@ Sub-options for each listener include:
467467

468468
Valid resource names are:
469469

470-
* `client`: the client-server API (/_matrix/client), and the synapse admin API (/_synapse/admin). Also implies 'media' and 'static'.
470+
* `client`: the client-server API (/_matrix/client), and the synapse admin API (/_synapse/admin). Also implies `media` and `static`.
471471

472472
* `consent`: user consent forms (/_matrix/consent). See [here](../../consent_tracking.md) for more.
473473

474474
* `federation`: the server-server API (/_matrix/federation). Also implies `media`, `keys`, `openid`
475475

476-
* `keys`: the key discovery API (/_matrix/keys).
476+
* `keys`: the key discovery API (/_matrix/key).
477477

478478
* `media`: the media API (/_matrix/media).
479479

synapse/config/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ def generate_config_section(
996996
# federation: the server-server API (/_matrix/federation). Also implies
997997
# 'media', 'keys', 'openid'
998998
#
999-
# keys: the key discovery API (/_matrix/keys).
999+
# keys: the key discovery API (/_matrix/key).
10001000
#
10011001
# media: the media API (/_matrix/media).
10021002
#

0 commit comments

Comments
 (0)