From df4e08834b9932cc3368d5c633426aa8578f9f07 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 18 Jun 2015 16:55:28 +0200 Subject: [PATCH] Fix inconsistency in doc See gh-3280 --- spring-boot-docs/src/main/asciidoc/howto.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-docs/src/main/asciidoc/howto.adoc index 3c7299e14a..f58ae6dedd 100644 --- a/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -152,8 +152,8 @@ used with the following configuration: spring.main.show-banner=true ---- -The actual application will _not_ show the banner and use three sources for the -`ApplicationContext` (in that order): `demo.MyApp`, `com.acme.Config`, +The actual application will _now_ show the banner (as overrided by configuration) and use +three sources for the `ApplicationContext` (in that order): `demo.MyApp`, `com.acme.Config`, `com.acme.ExtraConfig`.