From 2255d222e311ade8813308626ea2da954c7825c0 Mon Sep 17 00:00:00 2001 From: Tomasz Nurkiewicz Date: Sat, 13 Oct 2018 10:44:49 +0200 Subject: [PATCH] Fix punctuation in reference manual (#1992) --- src/docs/asciidoc/web/webflux.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/web/webflux.adoc b/src/docs/asciidoc/web/webflux.adoc index 7a893e4e3e..196ed83138 100644 --- a/src/docs/asciidoc/web/webflux.adoc +++ b/src/docs/asciidoc/web/webflux.adoc @@ -161,7 +161,7 @@ re-use knowledge while also selecting the right tool for the right job. * A simple way to evaluate an application is to check its dependencies. If you have blocking persistence APIs (JPA, JDBC) or networking APIs to use, Spring MVC is the best choice -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 RxJava to perform blocking calls on a separate thread but you would not be making the most of a non-blocking web stack.