Browse Source

Merge pull request #2061 from Gyllsdorff

Fix spelling of "reactive HttpClient" in doc
pull/2062/head
Sébastien Deleuze 7 years ago committed by GitHub
parent
commit
fced4e1f9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/docs/asciidoc/web/webflux-webclient.adoc

2
src/docs/asciidoc/web/webflux-webclient.adoc

@ -9,7 +9,7 @@ and response content. @@ -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`.

Loading…
Cancel
Save