Skip to content

Commit 28a92f6

Browse files
authored
Update php.mdx
Update comment (`you` => `your`).
1 parent 50b8528 commit 28a92f6

File tree

1 file changed

+1
-1
lines changed
  • platform-includes/logs/setup

1 file changed

+1
-1
lines changed

platform-includes/logs/setup/php.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ To enable logging, you need to initialize the SDK with the `enable_logs` option
77
'enable_logs' => true,
88
]);
99

10-
// Somewhere at the end of you execution, you should flush the logger to send pending logs to Sentry.
10+
// Somewhere at the end of your execution, you should flush the logger to send pending logs to Sentry.
1111
\Sentry\logger()->flush();
1212
```

0 commit comments

Comments
 (0)