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

Fix two typos with colon in headlines #13665

Merged
merged 4 commits into from
Sep 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/13665.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove unintentional colons from [config manual](https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html) headers.
4 changes: 2 additions & 2 deletions docs/usage/configuration/config_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -2626,7 +2626,7 @@ Example configuration:
key_refresh_interval: 2d
```
---
### `trusted_key_servers:`
### `trusted_key_servers`

The trusted servers to download signing keys from.

Expand Down