From 7eb8070d5580111bacd97ac77c9f93c9d42d2aa4 Mon Sep 17 00:00:00 2001 From: Daniel Kift Date: Wed, 18 Apr 2018 10:50:33 +0100 Subject: [PATCH] Polish WebFlux reference documentation --- src/docs/asciidoc/web/webflux.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/asciidoc/web/webflux.adoc b/src/docs/asciidoc/web/webflux.adoc index 91fd64549c..91f69370e7 100644 --- a/src/docs/asciidoc/web/webflux.adoc +++ b/src/docs/asciidoc/web/webflux.adoc @@ -309,7 +309,7 @@ libraries, refer to their respective documentation. == Reactive Spring Web The `spring-web` module provides low level infrastructure and HTTP abstractions -- client -and server, to build reactive web applications. All public APIs are build around Reactive +and server, to build reactive web applications. All public APIs are built around Reactive Streams with Reactor as a backing implementation. Server support is organized in two layers: @@ -582,7 +582,7 @@ adds ``Encoder``'s and ``Decoder``'s for Jackson JSON, Jackson Smile, and JAXB2. The `spring-web` module also contains some web-specific readers and writers for server-sent events, form data, and multipart requests. -To configure or customize the readers and writers to use applications will typically use +To configure or customize the readers and writers to use, applications will typically use `ClientCodecConfigurer` or `ServerCodecConfigurer`.