Skip to content

Commit 2255d22

Browse files
nurkiewiczsbrannen
authored andcommitted
Fix punctuation in reference manual (#1992)
1 parent ecd0d7f commit 2255d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/docs/asciidoc/web/webflux.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ re-use knowledge while also selecting the right tool for the right job.
161161

162162
* A simple way to evaluate an application is to check its dependencies. If you have blocking
163163
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
164+
for common architectures at least. It is technically feasible with both Reactor and
165165
RxJava to perform blocking calls on a separate thread but you would not be making the
166166
most of a non-blocking web stack.
167167

0 commit comments

Comments
 (0)