From 12a6e4c2312c13644e3ab714ba0880a45ac10daf Mon Sep 17 00:00:00 2001 From: Yanming Zhou Date: Fri, 18 Jun 2021 09:34:34 +0800 Subject: [PATCH] Add missing space for asciidoc ordered list See gh-26955 --- .../docs/asciidoc/howto/properties-and-configuration.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/properties-and-configuration.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/properties-and-configuration.adoc index 19667ddbb2..cd1be837a0 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/properties-and-configuration.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/properties-and-configuration.adoc @@ -135,9 +135,9 @@ Given the examples above, if we have the following configuration: The actual application will show the banner (as overridden by configuration) and uses three sources for the `ApplicationContext`. The application sources are: -.`MyApplication` (from the code) -.`MyDatabaseConfig` (from the external config) -.`MyJmsConfig`(from the external config) +. `MyApplication` (from the code) +. `MyDatabaseConfig` (from the external config) +. `MyJmsConfig`(from the external config)