Skip to content

Commit

Permalink
Fix typo in docblock (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
markwalet authored Jun 7, 2024
1 parent f711fec commit c9e2ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sentry/Laravel/Integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit c9e2ab1

Please sign in to comment.