Commit 3d39fbe8 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #10824 from dreis2211:fix-duplicate-the

* pr/10824:
  Fix duplicated 'the' in Quartz scheduler doc section
parents 4dcc354f ddb6176f
......@@ -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
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`:
* `JobDetail`: defines a particular Job. `JobDetail` instance can easily be built with
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment