From d2db8d8159f3398bcd21d9db00940dbcc7af63a2 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 24 Jun 2020 13:11:53 -0500 Subject: [PATCH] fix comments --- public/index.php | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/public/index.php b/public/index.php index 35552858..c0c082de 100644 --- a/public/index.php +++ b/public/index.php @@ -18,9 +18,8 @@ |-------------------------------------------------------------------------- | | Composer provides a convenient, automatically generated class loader for -| our application. We just need to utilize it! We'll simply require it -| into the script here so that we don't have to worry about manual -| loading any of our classes later on. It feels great to relax. +| this application. We just need to utilize it! We'll simply require it +| into the script here so we don't need to manually load our classes. | */ @@ -32,10 +31,9 @@ | Run The Application |-------------------------------------------------------------------------- | -| Once we have the application, we can handle the incoming request -| through the kernel, and send the associated response back to -| the client's browser allowing them to enjoy the creative -| and wonderful application we have prepared for them. +| Once we have the application, we can handle the incoming request using +| the application's HTTP kernel. Then, we will send the response back +| to this client's browser, allowing them to enjoy our application. | */