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 0326a75923..43e7292491 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