Skip to content

Commit 7eecfe3

Browse files
committed
Polish
See gh-14184
1 parent 82280e3 commit 7eecfe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5785,7 +5785,7 @@ Finally, the most extreme (and rarely used) option is to create your own
57855785
== Calling REST Services with `WebClient`
57865786
If you have Spring WebFlux on your classpath, you can also choose to use `WebClient` to
57875787
call remote REST services. Compared to `RestTemplate`, this client has a more functional
5788-
feel and is fully reactive. You can leanr more about the `WebClient` in the dedicated
5788+
feel and is fully reactive. You can learn more about the `WebClient` in the dedicated
57895789
{spring-reference}web-reactive.html#webflux-client[section in the Spring Framework docs].
57905790

57915791
Spring Boot creates and pre-configures a `WebClient.Builder` for you; it is strongly

0 commit comments

Comments
 (0)