From b2960a7221de7f124bb4ae4c4384dcb2e96f2654 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 18 Jun 2015 16:55:59 +0200 Subject: [PATCH] Fix typo --- spring-boot-docs/src/main/asciidoc/howto.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-docs/src/main/asciidoc/howto.adoc index f58ae6deddc..aa4664cbd61 100644 --- a/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -152,7 +152,7 @@ used with the following configuration: spring.main.show-banner=true ---- -The actual application will _now_ show the banner (as overrided by configuration) and use +The actual application will _now_ show the banner (as overridden by configuration) and use three sources for the `ApplicationContext` (in that order): `demo.MyApp`, `com.acme.Config`, `com.acme.ExtraConfig`.