Skip to content

Commit 058a354

Browse files
Update docs/core/tracer.md
Co-authored-by: Josh Kellendonk <[email protected]>
1 parent 24db439 commit 058a354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/core/tracer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ You can trace other Class methods using the `captureMethod` decorator or any arb
259259
export const handler = handlerClass.handler.bind(handlerClass); // (2)
260260
```
261261

262-
1. You can set a custom name ofr the subsegment by passing `subsegmentName` to the decorator, like: `@tracer.captureMethod({ subSegmentName: '### myCustomMethod' })`.
262+
1. You can set a custom name for the subsegment by passing `subSegmentName` to the decorator, like: `@tracer.captureMethod({ subSegmentName: '### myCustomMethod' })`.
263263
2. Binding your handler method allows your handler to access `this`.
264264

265265
=== "Manual"

0 commit comments

Comments
 (0)