Skip to content

Commit 34b48d5

Browse files
authored
Merge pull request #3817 from froque/patch-3
Fix typos in Quartz module job operations description
2 parents 27315c4 + 8ab9fdd commit 34b48d5

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)