diff --git a/webpage/docs/configuration/README.md b/webpage/docs/configuration/README.md
index a813bf0a..9dd1195b 100644
--- a/webpage/docs/configuration/README.md
+++ b/webpage/docs/configuration/README.md
@@ -307,8 +307,8 @@ session:
- whether logins are locked for users, admins can still login.
- whether controls are locked for users, admins can still control.
- users can gain control only if at least one admin is in the room.
-- allows switching control implicitly without the need for explicit control request before
-- whether to show inactive cursors server-wide (only for users that have it enabled in their profile)
+- automatically grants control to a user when they click on the screen, unless an admin has locked the controls.
+- whether to show inactive cursors server-wide (only for users that have it enabled in their profile).
- whether to allow reconnecting to the websocket even if the previous connection was not closed. This means that a new login can kick out the previous one.
- interval in seconds for sending a heartbeat message to the server. This is used to keep the connection alive and to detect when the connection is lost.