Skip to content

Commit 874e8ad

Browse files
chore(docs): fix typo in tracer docs (#2178)
Co-authored-by: Alexander Schueren <[email protected]>
1 parent 9d8b903 commit 874e8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tracer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The library has three optional settings. You can set them as environment variabl
5555
| **Capture Errors** | Defines whether functions errors are serialized as metadata | `POWERTOOLS_TRACER_CAPTURE_ERROR` | `true` | `true` or `false` | `false` | N/A |
5656

5757
!!! note
58-
Before your use this utility, your AWS Lambda function must have [Active Tracing enabled](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html) as well as [have permissions](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html#services-xray-permissions) to send traces to AWS X-Ray
58+
Before you use this utility, your AWS Lambda function must have [Active Tracing enabled](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html) as well as [have permissions](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html#services-xray-permissions) to send traces to AWS X-Ray
5959

6060
#### Example using AWS Serverless Application Model (SAM)
6161

0 commit comments

Comments
 (0)