Browse Source

Change wording.

Taylor Otwell 9 years ago
parent
commit
29ad85dbd1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Exceptions/Handler.php

+ 1 - 1
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