diff options
author | Centzilius <Centzilius@users.noreply.github.com> | 2023-02-23 19:25:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-23 13:25:56 -0500 |
commit | 1a1738eca233ee26e214ef810e2833f9483edf04 (patch) | |
tree | 8c52f0e923ae99b2f8f485718a6d6bb39588e934 /docs | |
parent | Add information on uploaded media to user export command. (#15107) (diff) | |
download | synapse-1a1738eca233ee26e214ef810e2833f9483edf04.tar.xz |
Fix typo in federation_verify_certificates in config documentation. (#15139)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index ab1f9f4963..4139961810 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -1105,7 +1105,7 @@ This setting should only be used in very specific cases, such as federation over Tor hidden services and similar. For private networks of homeservers, you likely want to use a private CA instead. -Only effective if `federation_verify_certicates` is `true`. +Only effective if `federation_verify_certificates` is `true`. Example configuration: ```yaml |