We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd0d7f commit 2255d22Copy full SHA for 2255d22
src/docs/asciidoc/web/webflux.adoc
@@ -161,7 +161,7 @@ re-use knowledge while also selecting the right tool for the right job.
161
162
* A simple way to evaluate an application is to check its dependencies. If you have blocking
163
persistence APIs (JPA, JDBC) or networking APIs to use, Spring MVC is the best choice
164
-for common architectures at, least. It is technically feasible with both Reactor and
+for common architectures at least. It is technically feasible with both Reactor and
165
RxJava to perform blocking calls on a separate thread but you would not be making the
166
most of a non-blocking web stack.
167
0 commit comments