1 files changed, 4 insertions, 4 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html
index e283adc3e6..270fc2ef93 100644
--- a/develop/usage/configuration/config_documentation.html
+++ b/develop/usage/configuration/config_documentation.html
@@ -1122,12 +1122,12 @@ any intermediate certificates (for instance, if using certbot, use
<hr />
<h3 id="federation_client_minimum_tls_version"><a class="header" href="#federation_client_minimum_tls_version"><code>federation_client_minimum_tls_version</code></a></h3>
<p>The minimum TLS version that will be used for outbound federation requests.</p>
-<p>Defaults to <code>1</code>. Configurable to <code>1</code>, <code>1.1</code>, <code>1.2</code>, or <code>1.3</code>. Note
-that setting this value higher than <code>1.2</code> will prevent federation to most
-of the public Matrix network: only configure it to <code>1.3</code> if you have an
+<p>Defaults to <code>"1"</code>. Configurable to <code>"1"</code>, <code>"1.1"</code>, <code>"1.2"</code>, or <code>"1.3"</code>. Note
+that setting this value higher than <code>"1.2"</code> will prevent federation to most
+of the public Matrix network: only configure it to <code>"1.3"</code> if you have an
entirely private federation setup and you can ensure TLS 1.3 support.</p>
<p>Example configuration:</p>
-<pre><code class="language-yaml">federation_client_minimum_tls_version: 1.2
+<pre><code class="language-yaml">federation_client_minimum_tls_version: "1.2"
</code></pre>
<hr />
<h3 id="federation_certificate_verification_whitelist"><a class="header" href="#federation_certificate_verification_whitelist"><code>federation_certificate_verification_whitelist</code></a></h3>
|