Browse Source

Fix broken Asciidoctor syntax

Closes gh-11108
pull/10706/merge
Johnny Lim 8 years ago committed by Stephane Nicoll
parent
commit
8b917abeab
  1. 2
      spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

2
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

@ -48,7 +48,7 @@ such as the user that launched the application. @@ -48,7 +48,7 @@ such as the user that launched the application.
[boot-features-startup-failure]
[[boot-features-startup-failure]]
=== Startup failure
If your application fails to start, registered `FailureAnalyzers` get a chance to provide
a dedicated error message and a concrete action to fix the problem. For instance if you

Loading…
Cancel
Save