From 78a467f9d34da565bf53fd47c5442ddead5b2f8e Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Tue, 27 Aug 2019 17:25:11 +0900 Subject: [PATCH] Fix a broken Asciidoctor syntax See gh-17970 --- .../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 11811e7cc61..93758a54f54 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 @@ -264,7 +264,7 @@ application and command-line runners have been called. been called. It indicates that the application is ready to service requests. . An `ApplicationFailedEvent` is sent if there is an exception on startup. -The above list only includes `SpringApplicationEvent`s that are tied to a `SpringApplication`. +The above list only includes ``SpringApplicationEvent``s that are tied to a `SpringApplication`. In addition to these, the following events are also published after `ApplicationPreparedEvent` and before `ApplicationStartedEvent`: