From 1d2edc1d377cf95df9a08ae1c26f40c59ae0fc9f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 May 2018 09:35:07 +0200 Subject: [PATCH] Fix wrong reference to WebApplicationType Closes gh-13195 --- .../src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 79d695339b..32d6794582 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -261,7 +261,7 @@ by implementing `ApplicationContextAware` or, if the listener is a bean, by usin [[boot-features-web-environment]] === Web Environment A `SpringApplication` attempts to create the right type of `ApplicationContext` on your -behalf. The algorithm used to determine a `WebEnvironmentType` is fairly simple: +behalf. The algorithm used to determine a `WebApplicationType` is fairly simple: * If Spring MVC is present, an `AnnotationConfigServletWebServerApplicationContext` is used