From 56d93bac892e728701d67a4865226035cf0bb3a5 Mon Sep 17 00:00:00 2001 From: Gyllsdorff Date: Wed, 26 Dec 2018 13:13:09 +0100 Subject: [PATCH] Fix spelling of "reactive HttpClient" in doc --- src/docs/asciidoc/web/webflux-webclient.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/web/webflux-webclient.adoc b/src/docs/asciidoc/web/webflux-webclient.adoc index d14b36f57c9..f6f9b76a1e2 100644 --- a/src/docs/asciidoc/web/webflux-webclient.adoc +++ b/src/docs/asciidoc/web/webflux-webclient.adoc @@ -9,7 +9,7 @@ and response content. Internally `WebClient` delegates to an HTTP client library. By default, it uses https://github.com/reactor/reactor-netty[Reactor Netty], there is built-in support for -the Jetty https://github.com/jetty-project/jetty-reactive-httpclient[reactive HtpClient], +the Jetty https://github.com/jetty-project/jetty-reactive-httpclient[reactive HttpClient], and others can be plugged in through a `ClientHttpConnector`.