From 29ad85dbd13d15af3204cbb06eac80817d714293 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 19 Nov 2014 21:16:59 -0600 Subject: [PATCH] Change wording. --- app/Exceptions/Handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 3850a3ad..9c59ab52 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -8,7 +8,7 @@ class Handler extends ExceptionHandler { /** * Report or log an exception. * - * This is a great location to send exceptions to Sentry, Bugsnag, etc. + * This is a great spot to send exceptions to Sentry, Bugsnag, etc. * * @param \Exception $e * @return void