Merge pull request #24245 from joca-bt

* pr/24245:
  Fix typo

Closes gh-24245
This commit is contained in:
Stephane Nicoll
2020-11-25 14:57:59 +01:00

View File

@@ -47,7 +47,7 @@ import org.springframework.util.Assert;
/**
* {@link WebServer} that can be used to control a Tomcat web server. Usually this class
* should be created using the {@link TomcatReactiveWebServerFactory} of
* should be created using the {@link TomcatReactiveWebServerFactory} or
* {@link TomcatServletWebServerFactory}, but not directly.
*
* @author Brian Clozel