From ddb6176f8878a7a98fcec9cfc051ad7d954d39c2 Mon Sep 17 00:00:00 2001 From: dreis2211 Date: Mon, 30 Oct 2017 16:10:11 +0100 Subject: [PATCH] Fix duplicated 'the' in Quartz scheduler doc section Closes gh-10824 --- .../src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index d1f190a27c..d6ca6c9c78 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -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