File tree 1 file changed +2
-2
lines changed
content/en/docs/languages/java/automatic
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ with the OpenTelemetry
231
231
## Automatic instrumentation
232
232
233
233
Autoconfigures OpenTelemetry instrumentation for
234
- [ spring-web] ( #spring-web-autoconfiguration ) ,
234
+ [ spring-web] ( #spring-web-autoconfiguration ) ,
235
235
[ spring-webmvc] ( #spring-web-mvc-autoconfiguration ) , and
236
236
[ spring-webflux] ( #spring-webflux-autoconfiguration ) . Leverages Spring Aspect
237
237
Oriented Programming, dependency injection, and bean post-processing to trace
@@ -476,7 +476,7 @@ autoconfiguration features with an annotation or the Zipkin starter.
476
476
477
477
### Spring support
478
478
479
- Autoconfiguration is natively supported by Springboot applications. To enable
479
+ Autoconfiguration is natively supported by Spring Boot applications. To enable
480
480
these features in "vanilla" use ` @EnableOpenTelemetry ` to complete a component
481
481
scan of this package.
482
482
You can’t perform that action at this time.
0 commit comments