Skip to content

Commit 152bc78

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

platform-includes/logs/usage/php.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ You can pass additional attributes directly to the logging functions. These prop
1414
'attribute4' => true,
1515
]);
1616

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

0 commit comments

Comments
 (0)