Skip to content

Commit 808e582

Browse files
committed
Merge branch '2.4.x'
Closes gh-25372
2 parents a1dc107 + 9e6302e commit 808e582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2278,7 +2278,7 @@ To customize the tags, provide a `@Bean` that implements `JerseyTagsProvider`.
22782278
[[production-ready-metrics-http-clients]]
22792279
==== HTTP Client Metrics
22802280
Spring Boot Actuator manages the instrumentation of both `RestTemplate` and `WebClient`.
2281-
For that, you have to get injected with an auto-configured builder and use it to create instances:
2281+
For that, you have to inject the auto-configured builder and use it to create instances:
22822282
22832283
* `RestTemplateBuilder` for `RestTemplate`
22842284
* `WebClient.Builder` for `WebClient`

0 commit comments

Comments
 (0)