diff --git a/deploy/templates/turn/turnserver.conf b/deploy/templates/turn/turnserver.conf
index 0d551dcdd8ba0c5a100bd9d01c26b0117a769d73..217b00b1b2b0a0ae6986fda6703bf19520f0bfcd 100644
--- a/deploy/templates/turn/turnserver.conf
+++ b/deploy/templates/turn/turnserver.conf
@@ -211,9 +211,9 @@ external-ip=${PRODCLUSTER_DEVICE_IP}
 #
 # This option is used with timestamp:
 #
-# usercombo -> "timestamp:userid"
-# turn user -> usercombo
-# turn password -> base64(hmac(secret key, usercombo))
+usercombo -> "timestamp:userid"
+turn user -> usercombo
+turn password -> base64(hmac(secret key, usercombo))
 #
 # This allows TURN credentials to be accounted for a specific user id.
 # If you don't have a suitable id, then the timestamp alone can be used.