Grammatical change.

This commit is contained in:
Jeremy Wright 2018-04-30 13:30:27 -07:00 committed by Rossen Stoyanchev
parent de4b65a0f3
commit 1edd7c3540
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ Maven or Gradle dependencies. Spring Boot defaults to Netty because it is more w
used in the async, non-blocking space, and provides a client and a server share resources.
Tomcat and Jetty can be used with both Spring MVC and WebFlux. Keep in mind however that
the way they're used is very differently. Spring MVC relies on Servlet blocking I/O and
the way they're used is very different. Spring MVC relies on Servlet blocking I/O and
allows applications to use the Servlet API directly if they need to. Spring WebFlux
relies on Servlet 3.1 non-blocking I/O and uses the Servlet API behind a low-level
adapter and not exposed for direct use.