Skip to content

Commit ad12a9a

Browse files
authored
Update comment (you -> your) (#13960)
1 parent 9fc328a commit ad12a9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
```

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)