From b73f4a616bd1b57e4844737d55302c5eeecbdb5e Mon Sep 17 00:00:00 2001 From: ArthurKnaus Date: Wed, 20 Dec 2023 18:57:58 +0100 Subject: [PATCH] fix(typo): you -> your (#8759) --- .../integrations/aws-lambda/manual-instrumentation/index.mdx | 2 +- .../python/integrations/aws-lambda/manual-layer/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/platforms/python/integrations/aws-lambda/manual-instrumentation/index.mdx b/src/platforms/python/integrations/aws-lambda/manual-instrumentation/index.mdx index 856a818a7edcf..da05bf6ce1262 100644 --- a/src/platforms/python/integrations/aws-lambda/manual-instrumentation/index.mdx +++ b/src/platforms/python/integrations/aws-lambda/manual-instrumentation/index.mdx @@ -61,7 +61,7 @@ If you're using another web framework inside of AWS Lambda, that framework may c ## Verify -Add an error to you function and run it. If everything's working properly, it should be captured and sent to Sentry.io. +Add an error to your function and run it. If everything's working properly, it should be captured and sent to Sentry.io. ## Behavior diff --git a/src/platforms/python/integrations/aws-lambda/manual-layer/index.mdx b/src/platforms/python/integrations/aws-lambda/manual-layer/index.mdx index d5e7ad5099ea6..f978273f62178 100644 --- a/src/platforms/python/integrations/aws-lambda/manual-layer/index.mdx +++ b/src/platforms/python/integrations/aws-lambda/manual-layer/index.mdx @@ -58,7 +58,7 @@ You can configure Sentry by setting these environment variables for your Lambda ## Verify -Add an error to you function and run it. If everything's working properly, it should be captured and sent to Sentry.io. +Add an error to your function and run it. If everything's working properly, it should be captured and sent to Sentry.io. ## Troubleshooting