From 7ee3644a43811eedbb9e97a7cbee353efe3fde16 Mon Sep 17 00:00:00 2001 From: Centzilius Date: Wed, 22 Feb 2023 21:57:17 +0100 Subject: [PATCH 1/2] fix typo --- docs/usage/configuration/config_documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index ab1f9f4963c9..4139961810f4 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 From 4d5d39da9a3eb403385f1099c24ea0042d5affde Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Thu, 23 Feb 2023 13:02:54 -0500 Subject: [PATCH 2/2] Add changelog. --- changelog.d/15139.doc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/15139.doc diff --git a/changelog.d/15139.doc b/changelog.d/15139.doc new file mode 100644 index 000000000000..d8ab48b272dd --- /dev/null +++ b/changelog.d/15139.doc @@ -0,0 +1 @@ +Correct reference to `federation_verify_certificates` in configuration documentation.