From 0301a564e5caf27b19d629f7014eff891ccaae47 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 27 Nov 2013 11:40:42 -0600 Subject: [PATCH] Tweak comment. --- bootstrap/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/start.php b/bootstrap/start.php index 915a7bf6..7eeea501 100644 --- a/bootstrap/start.php +++ b/bootstrap/start.php @@ -19,7 +19,7 @@ $app = new Illuminate\Foundation\Application; |-------------------------------------------------------------------------- | | Laravel takes a dead simple approach to your application environments -| so you can just specify a machine name or HTTP host that matches a +| so you can just specify a machine name for the host that matches a | given environment, then we will automatically detect it for you. | */