Commit 78a467f9 authored by Johnny Lim's avatar Johnny Lim Committed by Stephane Nicoll

Fix a broken Asciidoctor syntax

See gh-17970
parent e92a5306
...@@ -264,7 +264,7 @@ application and command-line runners have been called. ...@@ -264,7 +264,7 @@ application and command-line runners have been called.
been called. It indicates that the application is ready to service requests. been called. It indicates that the application is ready to service requests.
. An `ApplicationFailedEvent` is sent if there is an exception on startup. . 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` In addition to these, the following events are also published after `ApplicationPreparedEvent`
and before `ApplicationStartedEvent`: and before `ApplicationStartedEvent`:
......
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