From b4a9a7205d8eec44353807604a72335b4bb6d969 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 3 Oct 2020 12:14:39 -0700 Subject: [PATCH] speeling is hard --- 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 7cd007792..00484d943 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -220,7 +220,7 @@ class Handler extends ExceptionHandler : ($exception instanceof ValidationException ? '422' : '500'), 'detail' => $exception instanceof HttpExceptionInterface ? $exception->getMessage() - : 'An unexpected error was ecnountered while processing this request, please try again.', + : 'An unexpected error was encountered while processing this request, please try again.', ]; if ($exception instanceof ModelNotFoundException || $exception->getPrevious() instanceof ModelNotFoundException) {