From fe752dedef152435e35afb752a67e47b4e64e216 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 16 Oct 2023 15:50:58 -0700 Subject: [PATCH] Polish adoc formatting --- .../spring-boot-docs/src/docs/asciidoc/features/ssl.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/ssl.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/ssl.adoc index 23f7ee3635e..32e0e0efd60 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/ssl.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/features/ssl.adoc @@ -105,9 +105,10 @@ The following example shows retrieving an `SslBundle` and using it to create an include::code:MyComponent[] + + [[features.ssl.reloading]] === Reloading SSL bundles - SSL bundles can be reloaded when the key material changes. The component consuming the bundle has to be compatible with reloadable SSL bundles. Currently the following components are compatible: