Fix wrong reference to WebApplicationType

Closes gh-13195
This commit is contained in:
Stephane Nicoll 2018-05-17 09:35:07 +02:00
parent ce3bd32629
commit 1d2edc1d37
1 changed files with 1 additions and 1 deletions

View File

@ -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