From cc9b48975d18d0f5bb9e599ba839e44cdb1e4310 Mon Sep 17 00:00:00 2001 From: Jan Boech Date: Wed, 30 Oct 2019 09:57:47 +0100 Subject: [PATCH] Typo in "Automatically run migrations on login" (#4727) Credit to @najbo. --- config/cms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cms.php b/config/cms.php index 86b58bcfe..cbe74ee29 100644 --- a/config/cms.php +++ b/config/cms.php @@ -98,7 +98,7 @@ return [ | Automatically run migrations on login |-------------------------------------------------------------------------- | - | If value is true, UpdateMananger will be run on logging in to the backend. + | If value is true, UpdateManager will be run on logging in to the backend. | It's recommended to set this value to 'null' in production enviroments | because it clears the cache every time a user logs in to the backend. | If set to null, this setting is enabled when debug mode (app.debug) is enabled