Fix duplicated 'the' in Quartz scheduler doc section

Closes gh-10824
pull/10822/merge
dreis2211 7 years ago committed by Stephane Nicoll
parent 4dcc354f86
commit ddb6176f88

@ -5419,7 +5419,7 @@ Spring Boot offers several conveniences for working with the Quartz scheduler, i
the `spring-boot-starter-quartz` '`Starter`'. If Quartz is available, a `Scheduler` will the `spring-boot-starter-quartz` '`Starter`'. If Quartz is available, a `Scheduler` will
be auto-configured (via the `SchedulerFactoryBean` abstraction). be auto-configured (via the `SchedulerFactoryBean` abstraction).
Beans of the following types will be automatically picked up and associated with the Beans of the following types will be automatically picked up and associated with
the `Scheduler`: the `Scheduler`:
* `JobDetail`: defines a particular Job. `JobDetail` instance can easily be built with * `JobDetail`: defines a particular Job. `JobDetail` instance can easily be built with

Loading…
Cancel
Save