We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7066dc4 commit a9b9424Copy full SHA for a9b9424
framework-docs/modules/ROOT/pages/integration/rest-clients.adoc
@@ -3,7 +3,7 @@
3
4
The Spring Framework provides the following choices for making calls to REST endpoints:
5
6
-* xref:integration/rest-clients.adoc#rest-webclient[`WebClient`] - non-blocking, reactive client w fluent API.
+* xref:integration/rest-clients.adoc#rest-webclient[`WebClient`] - non-blocking, reactive client with fluent API.
7
* xref:integration/rest-clients.adoc#rest-resttemplate[`RestTemplate`] - synchronous client with template method API.
8
* xref:integration/rest-clients.adoc#rest-http-interface[HTTP Interface] - annotated interface with generated, dynamic proxy implementation.
9
0 commit comments