diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-09-01 22:38:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-01 20:38:37 +0000 |
commit | 044900af6cc441d700d171098812786b4b312f59 (patch) | |
tree | 0543c7022b16a5322c98898a374e1724f8a95696 /docs/usage | |
parent | Add a schema delta to drop unstable private read receipts. (#13692) (diff) | |
download | synapse-044900af6cc441d700d171098812786b4b312f59.tar.xz |
Fix two typos with colon in headlines (#13665)
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 88e8e1c66f..396c560822 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -2486,7 +2486,7 @@ report_stats_endpoint: https://example.com/report-usage-stats/push Config settings related to the client/server API --- -### `room_prejoin_state:` +### `room_prejoin_state` Controls for the state that is shared with users who receive an invite to a room. By default, the following state event types are shared with users who @@ -2626,7 +2626,7 @@ Example configuration: key_refresh_interval: 2d ``` --- -### `trusted_key_servers:` +### `trusted_key_servers` The trusted servers to download signing keys from. |