diff --git a/src/ErrorHandlers/TriggerExceptionError.php b/src/ErrorHandlers/TriggerExceptionError.php index adfd42c..1b2a64f 100644 --- a/src/ErrorHandlers/TriggerExceptionError.php +++ b/src/ErrorHandlers/TriggerExceptionError.php @@ -29,7 +29,7 @@ use Throwable; * Trigger errors for uncaught exceptions. * * If registered as exception handler, this catches an uncaught exception and - * convert it into an internal PHP error of severity `E_USER_ERROR`. + * converts it into an internal PHP error of severity `E_USER_ERROR`. * * > Usage: `set_exception_handler(new TriggerExceptionError());` *