Skip to content

Commit b73f4a6

Browse files
authored
fix(typo): you -> your (#8759)
1 parent 494e7ce commit b73f4a6

File tree

2 files changed

+2
-2
lines changed
  • src/platforms/python/integrations/aws-lambda

2 files changed

+2
-2
lines changed

src/platforms/python/integrations/aws-lambda/manual-instrumentation/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If you're using another web framework inside of AWS Lambda, that framework may c
6161

6262
## Verify
6363

64-
Add an error to you function and run it. If everything's working properly, it should be captured and sent to Sentry.io.
64+
Add an error to your function and run it. If everything's working properly, it should be captured and sent to Sentry.io.
6565

6666
## Behavior
6767

src/platforms/python/integrations/aws-lambda/manual-layer/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You can configure Sentry by setting these environment variables for your Lambda
5858

5959
## Verify
6060

61-
Add an error to you function and run it. If everything's working properly, it should be captured and sent to Sentry.io.
61+
Add an error to your function and run it. If everything's working properly, it should be captured and sent to Sentry.io.
6262

6363
## Troubleshooting
6464

0 commit comments

Comments
 (0)