1 files changed, 1 insertions, 1 deletions
diff --git a/latest/setup/forward_proxy.html b/latest/setup/forward_proxy.html
index e66e901857..4dd29a201b 100644
--- a/latest/setup/forward_proxy.html
+++ b/latest/setup/forward_proxy.html
@@ -231,7 +231,7 @@ it is most likely due to the proxy's certificates. To test this, the validation
in Synapse can be deactivated.</p>
<p><strong>NOTE</strong>: This has an impact on security and is for testing purposes only!</p>
<p>To deactivate the certificate validation, the following setting must be added to
-your <a href="../usage/configuration/homeserver_sample_config.html">homserver.yaml</a>.</p>
+your <a href="../usage/configuration/homeserver_sample_config.html">homeserver.yaml</a>.</p>
<pre><code class="language-yaml">use_insecure_ssl_client_just_for_testing_do_not_use: true
</code></pre>
|