Skip to content

Commit 8ab9fdd

Browse files
authored
Fix typos in Quartz module job operations description
Corrected typos in the Quartz module documentation regarding job operations.
1 parent 27315c4 commit 8ab9fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/asciidoc/modules/quartz.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Programmatic configuration is supported by providing your own `Scheduler`:
322322
==== Disable Jobs at Startup
323323

324324
Another nice feature of Quartz module is the ability to turn on/off jobs at start-up time. The turn
325-
on/off job is implementing by pausing (job off) and then resume (job ob) operations of scheduler.
325+
on/off job is implementing by pausing (job off) and then resume (job on) operations of scheduler.
326326

327327
.Pausing Job at startup time
328328
[source, properties]

0 commit comments

Comments
 (0)