diff --git a/changelog.d/14634.doc b/changelog.d/14634.doc
new file mode 100644
index 0000000000000000000000000000000000000000..c21423627adf17555b9c8415ecb1aa7af01960ec
--- /dev/null
+++ b/changelog.d/14634.doc
@@ -0,0 +1 @@
+Change `turn_allow_guests` example value to lowercase `true`.
diff --git a/docs/turn-howto.md b/docs/turn-howto.md
index b466cab40c1cbec9ed7748e9c0dece010df6fb8b..4e9e4117cd1029b4223cbb4500599c036f50cd54 100644
--- a/docs/turn-howto.md
+++ b/docs/turn-howto.md
@@ -38,7 +38,7 @@ As an example, here is the relevant section of the config file for `matrix.org`.
     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
 
 After updating the homeserver configuration, you must restart synapse: