summary refs log tree commit diff
diff options
context:
space:
mode:
authordouglaz <allandouglas@gmail.com>2024-06-25 11:07:13 +0000
committerGitHub <noreply@github.com>2024-06-25 12:07:13 +0100
commitf79dbd0f61194929585d7010a3ec1b9ee208f033 (patch)
treedd0f86fd3de6800b289e1919a0efe7462ce24719
parentLimit amount of replication we send (#17358) (diff)
downloadsynapse-f79dbd0f61194929585d7010a3ec1b9ee208f033.tar.xz
Fix refreshable_access_token_lifetime typo (#17357)
Simple typo in the docs
-rw-r--r--docs/usage/configuration/config_documentation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md
index ba9f21cdee..80a7bf9d21 100644
--- a/docs/usage/configuration/config_documentation.md
+++ b/docs/usage/configuration/config_documentation.md
@@ -2719,7 +2719,7 @@ Example configuration:
 session_lifetime: 24h
 ```
 ---
-### `refresh_access_token_lifetime`
+### `refreshable_access_token_lifetime`
 
 Time that an access token remains valid for, if the session is using refresh tokens.