Skip to content

Commit b4a9a72

Browse files
committed
speeling is hard
1 parent fb482ab commit b4a9a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Exceptions/Handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public static function convertToArray(Throwable $exception, array $override = []
220220
: ($exception instanceof ValidationException ? '422' : '500'),
221221
'detail' => $exception instanceof HttpExceptionInterface
222222
? $exception->getMessage()
223-
: 'An unexpected error was ecnountered while processing this request, please try again.',
223+
: 'An unexpected error was encountered while processing this request, please try again.',
224224
];
225225

226226
if ($exception instanceof ModelNotFoundException || $exception->getPrevious() instanceof ModelNotFoundException) {

0 commit comments

Comments
 (0)