Skip to content

Commit c9cd1f4

Browse files
authored
fixed typo in java documentation for cronjobs (#12941)
1 parent 83d53d0 commit c9cd1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-includes/crons/setup/java.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ CheckInUtils.withCheckIn("<monitor-slug>") {
2525
}
2626
```
2727

28-
You may also send a `MonitorConfig` with a `MontiorSchedule` so the monitor is created or updated (upsert) automatically.
28+
You may also send a `MonitorConfig` with a `MonitorSchedule` so the monitor is created or updated (upsert) automatically.
2929

3030
```java
3131
import io.sentry.MonitorConfig;

0 commit comments

Comments
 (0)