diff options
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 22e3bb1f44e..eb60dce073c 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -342,7 +342,7 @@ $CONFIG = [ * keepalive is enabled. This will make sure that an inactive browser will log itself out * even if requests to the server might extend the session lifetime. Note: the logout is * handled on the client side. This is not a way to limit the duration of potentially - * compromized sessions. + * compromised sessions. * * Defaults to ``false`` */ |