1 files changed, 1 insertions, 1 deletions
diff --git a/develop/turn-howto.html b/develop/turn-howto.html
index d387a50965..02dc767766 100644
--- a/develop/turn-howto.html
+++ b/develop/turn-howto.html
@@ -177,7 +177,7 @@ However, even with appropriate configuration, NAT is known to cause issues and t
<pre><code>turn_uris: [ "turn:turn.matrix.org?transport=udp", "turn:turn.matrix.org?transport=tcp" ]
turn_shared_secret: "n0t4ctuAllymatr1Xd0TorgSshar3d5ecret4obvIousreAsons"
turn_user_lifetime: 86400000
-turn_allow_guests: True
+turn_allow_guests: true
</code></pre>
<p>After updating the homeserver configuration, you must restart synapse:</p>
<ul>
|