From 62f2a6352f237de3aa32a197df7f79afb2a9ed1b Mon Sep 17 00:00:00 2001 From: Sangwoo Lee Date: Sat, 8 Dec 2018 20:41:09 +0900 Subject: [PATCH] Fix typo in webflux.adoc Closes gh-2043 --- 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 3e2edc33a57..6ee9cd5852c 100644 --- a/src/docs/asciidoc/web/webflux.adoc +++ b/src/docs/asciidoc/web/webflux.adoc @@ -309,7 +309,7 @@ controllers and functional endpoints are built. * For the client side, there is a basic `ClientHttpConnector` contract to perform HTTP requests with non-blocking I/O and Reactive Streams back pressure, along with adapters for https://github.com/reactor/reactor-netty[Reactor Netty] and for the reactive -https://github.com/jetty-project/jetty-reactive-httpclient[Jetty HtpClient]. +https://github.com/jetty-project/jetty-reactive-httpclient[Jetty HttpClient]. The higher level <> used in applications builds on this basic contract. * For client and server, <> to use to serialize and