Skip to content

Commit 1edd7c3

Browse files
JeremyLWrightrstoyanchev
authored andcommitted
Grammatical change.
1 parent de4b65a commit 1edd7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/web/webflux.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Maven or Gradle dependencies. Spring Boot defaults to Netty because it is more w
207207
used in the async, non-blocking space, and provides a client and a server share resources.
208208

209209
Tomcat and Jetty can be used with both Spring MVC and WebFlux. Keep in mind however that
210-
the way they're used is very differently. Spring MVC relies on Servlet blocking I/O and
210+
the way they're used is very different. Spring MVC relies on Servlet blocking I/O and
211211
allows applications to use the Servlet API directly if they need to. Spring WebFlux
212212
relies on Servlet 3.1 non-blocking I/O and uses the Servlet API behind a low-level
213213
adapter and not exposed for direct use.

0 commit comments

Comments
 (0)