From 84fe7f2f0c47f939d63824813200852ac1394acc Mon Sep 17 00:00:00 2001 From: samchivers Date: Wed, 11 Dec 2013 13:29:42 +0000 Subject: [PATCH] Corrected the spelling of 'maintenance' in comment block --- app/start/global.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/start/global.php b/app/start/global.php index 7697a6be..1ceeeb2e 100644 --- a/app/start/global.php +++ b/app/start/global.php @@ -60,7 +60,7 @@ | | The "down" Artisan command gives you the ability to put an application | into maintenance mode. Here, you will define what is displayed back -| to the user if maintenace mode is in effect for this application. +| to the user if maintenance mode is in effect for this application. | */ @@ -80,4 +80,4 @@ | */ -require app_path().'/filters.php'; \ No newline at end of file +require app_path().'/filters.php';