Skip to content

Commit b7149d2

Browse files
authored
docs(llm-rules-platform): fix typos in javascript.react.mdx
* functionlaity → functionality * an applications → an application
1 parent 8e7a9ec commit b7149d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Sentry provides a set of rules you can use to help your LLM use Sentry correctly. Copy this file and add it to your projects rules configuration.
44

55
````markdown {filename:rules.md}
6-
These examples should be used as guidance when configuring Sentry functionlaity within a project.
6+
These examples should be used as guidance when configuring Sentry functionality within a project.
77

88
# Error / Exception Tracking
99

@@ -12,7 +12,7 @@ These examples should be used as guidance when configuring Sentry functionlaity
1212

1313
# Tracing Examples
1414

15-
- Spans should be created for meaningful actions within an applications like button clicks, API calls, and function calls
15+
- Spans should be created for meaningful actions within an application like button clicks, API calls, and function calls
1616
- Ensure you are creating custom spans with meaningful names and operations
1717
- Use the `Sentry.startSpan` function to create a span
1818
- Child spans can exist within a parent span

0 commit comments

Comments
 (0)