Typo in "Automatically run migrations on login" (#4727)

Credit to @najbo.
This commit is contained in:
Jan Boech 2019-10-30 09:57:47 +01:00 committed by Ben Thomson
parent 457466c5af
commit cc9b48975d
1 changed files with 1 additions and 1 deletions

View File

@ -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