Change wording.

This commit is contained in:
Taylor Otwell 2014-11-19 21:16:59 -06:00
parent abaee25b56
commit 29ad85dbd1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class Handler extends ExceptionHandler {
/** /**
* Report or log an exception. * 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 * @param \Exception $e
* @return void * @return void