Skip to content

Commit 961f1ce

Browse files
jaffrepaulcursoragent
authored andcommitted
Fix typo in Next.js documentation (#14047)
A typo was corrected in the `platform-includes/llm-rules-platform/javascript.nextjs.mdx` file. * The word "meaninful" was changed to "meaningful" in two instances. * The corrections were made on lines 23 and 58 within comments describing span properties. * This file is a shared partial that contains AI Rules for Code Editors. * Correcting the typo in this partial ensures the fix is applied across all documentation pages where this content is included, including the `Next.js` guide. Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent b3f24aa commit 961f1ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform-includes/llm-rules-platform/javascript.nextjs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ These examples should be used as guidance when configuring Sentry functionality
2121

2222
## Custom Span instrumentation in component actions
2323

24-
- The `name` and `op` properties should be meaninful for the activities in the call.
24+
- The `name` and `op` properties should be meaningful for the activities in the call.
2525
- Attach attributes based on relevant information and metrics from the request
2626

2727
```javascript
@@ -56,7 +56,7 @@ function TestComponent() {
5656

5757
## Custom span instrumentation in API calls
5858

59-
- The `name` and `op` properties should be meaninful for the activities in the call.
59+
- The `name` and `op` properties should be meaningful for the activities in the call.
6060
- Attach attributes based on relevant information and metrics from the request
6161

6262
```javascript

0 commit comments

Comments
 (0)