Skip to content

Commit 886dd18

Browse files
cursoragentmydea
authored andcommitted
fix: Use correct camelCase hash anchors for API links
- Changed #captureexception to #captureException - Changed #capturemessage to #captureMessage
1 parent ee3bf3e commit 886dd18

File tree

1 file changed

+2
-2
lines changed
  • docs/platforms/javascript/common/usage

1 file changed

+2
-2
lines changed

docs/platforms/javascript/common/usage/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ While capturing an event, you can also record the breadcrumbs that lead up to th
2525

2626
<PlatformContent includePath="capture-error" />
2727

28-
You can learn more about the <PlatformLink to="/apis/#captureexception">`captureException` API</PlatformLink> in our API documentation.
28+
You can learn more about the <PlatformLink to="/apis/#captureException">`captureException` API</PlatformLink> in our API documentation.
2929

3030
## Capturing Messages
3131

@@ -35,4 +35,4 @@ Messages show up as issues on your issue stream, with the message as the issue n
3535

3636
<PlatformContent includePath="capture-message" />
3737

38-
You can learn more about the <PlatformLink to="/apis/#capturemessage">`captureMessage` API</PlatformLink> in our API documentation.
38+
You can learn more about the <PlatformLink to="/apis/#captureMessage">`captureMessage` API</PlatformLink> in our API documentation.

0 commit comments

Comments
 (0)