Skip to content

Commit e81e4f7

Browse files
authored
Fix typos (#346)
1 parent 459a47d commit e81e4f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Sentry/Laravel/EventHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ protected function messageLoggedHandler(MessageLogged $logEntry)
299299
* Helper to add an log breadcrumb.
300300
*
301301
* @param string $level Log level. May be any standard.
302-
* @param string $message Log messsage.
302+
* @param string $message Log message.
303303
* @param array $context Log context.
304304
*/
305305
private function addLogBreadcrumb(string $level, string $message, array $context = []): void

src/Sentry/Laravel/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ protected function configureAndRegisterClient(): void
106106
$userConfig['breadcrumbs'],
107107
// We resolve the integrations through the container later, so we initially do not pass it to the SDK yet
108108
$userConfig['integrations'],
109-
// This is kept for backwards compatibilty and can be dropped in a future breaking release
109+
// This is kept for backwards compatibility and can be dropped in a future breaking release
110110
$userConfig['breadcrumbs.sql_bindings']
111111
);
112112

0 commit comments

Comments
 (0)