From e02c422b77b2014d032f11b97f71e95d72072c4b Mon Sep 17 00:00:00 2001 From: Mark Walet Date: Fri, 7 Jun 2024 11:20:28 +0200 Subject: [PATCH] Fix typo in docblock --- src/Sentry/Laravel/Integration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Sentry/Laravel/Integration.php b/src/Sentry/Laravel/Integration.php index fcce7c38..2df00dfe 100644 --- a/src/Sentry/Laravel/Integration.php +++ b/src/Sentry/Laravel/Integration.php @@ -51,7 +51,7 @@ public function setupOnce(): void } /** - * Convienence method to register the exception handler with Laravel 11.0 and up. + * Convenience method to register the exception handler with Laravel 11.0 and up. */ public static function handles(Exceptions $exceptions): void {