Skip to content

Commit 1e7f68a

Browse files
authored
Fix typo in event grouping documentation (#14825)
## DESCRIBE YOUR PR Fixed a typo. ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [x] None: Not urgent, can wait up to 1 week+
1 parent b15c421 commit 1e7f68a

File tree

1 file changed

+1
-1
lines changed
  • docs/concepts/data-management/event-grouping

1 file changed

+1
-1
lines changed

docs/concepts/data-management/event-grouping/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ When you create a Sentry project, the most recent version of the error grouping
1616

1717
All versions consider the `fingerprint` first, the `stack trace` next, then the `exception`, and then finally the `message`.
1818

19-
To see how an isssue was grouped, go to its **Issue Details** page and scroll down to "Event Grouping Information". There, you'll see if it was grouped by a fingerprint, stack trace, exception, or message.
19+
To see how an issue was grouped, go to its **Issue Details** page and scroll down to "Event Grouping Information". There, you'll see if it was grouped by a fingerprint, stack trace, exception, or message.
2020

2121
### Grouping by Built-In Fingerprinting Rules
2222

0 commit comments

Comments
 (0)