Commit 12a6e4c2 authored by Yanming Zhou's avatar Yanming Zhou Committed by Stephane Nicoll

Add missing space for asciidoc ordered list

See gh-26955
parent 5d20edc6
...@@ -135,9 +135,9 @@ Given the examples above, if we have the following configuration: ...@@ -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 actual application will show the banner (as overridden by configuration) and uses three sources for the `ApplicationContext`.
The application sources are: The application sources are:
.`MyApplication` (from the code) . `MyApplication` (from the code)
.`MyDatabaseConfig` (from the external config) . `MyDatabaseConfig` (from the external config)
.`MyJmsConfig`(from the external config) . `MyJmsConfig`(from the external config)
......
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