Skip to content

Commit f182b65

Browse files
committed
docs: grammar
1 parent a2f5076 commit f182b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/core/tracer.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Tracer is an opinionated thin wrapper for [AWS X-Ray Python SDK](https://github.
2020
<Note type="warning">
2121
<strong>Returning sensitive information from your Lambda handler or functions, where Tracer is used?</strong>
2222
<br/><br/>
23-
You can disable capturing their responses as tracing metadata with <strong><code>capture_response=False</code></strong> parameter for both capture_lambda_handler and capture_method decorators.
23+
You can disable Tracer from capturing their responses as tracing metadata with <strong><code>capture_response=False</code></strong> parameter in both capture_lambda_handler and capture_method decorators.
2424
</Note><br/>
2525

2626
## Initialization

0 commit comments

Comments
 (0)