Skip to content

Commit c6de652

Browse files
authored
fix a typo (#11560)
1 parent 18a5a49 commit c6de652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/java/common/integrations/quartz.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Quartz Integration
33
description: "Learn how to send check-ins for your Quartz jobs."
44
---
55

6-
Sentry's [Quartz](http://www.quartz-scheduler.org/) integration is provided through `SenryJobListener` which you have to add to your scheduler instance.
6+
Sentry's [Quartz](http://www.quartz-scheduler.org/) integration is provided through `SentryJobListener` which you have to add to your scheduler instance.
77

88
The Quartz integration will be configured automatically if you're using `spring-boot-starter-quartz` with either the `sentry-spring-boot-starter` or the `sentry-spring-boot-jakarta-starter` integration. However, you still have to specify the monitor slug as shown below.
99

0 commit comments

Comments
 (0)