Skip to content

Commit

Permalink
Minor update to check if application is under maintenance documentation
Browse files Browse the repository at this point in the history
While reading through the documentation in public/index.php, the initial
sentence documenting checking if the application is under maintenance
didn't quite read properly to me, nor did the section's header. So, I'm
submitting this small patch to correct it.
  • Loading branch information
settermjd committed Mar 14, 2021
1 parent 471195d commit e95a675
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

/*
|--------------------------------------------------------------------------
| Check If Application Is Under Maintenance
| Check If The Application Is Under Maintenance
|--------------------------------------------------------------------------
|
| If the application is maintenance / demo mode via the "down" command we
| will require this file so that any prerendered template can be shown
| If the application is in maintenance / demo mode via the "down" command
| we will require this file so that any pre-rendered template can be shown
| instead of starting the framework, which could cause an exception.
|
*/
Expand Down

0 comments on commit e95a675

Please sign in to comment.