Skip to content

Commit 11d55a7

Browse files
authored
Update spring-boot.md (#3946)
1 parent 6ff773f commit 11d55a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/languages/java/automatic/spring-boot.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ with the OpenTelemetry
231231
## Automatic instrumentation
232232

233233
Autoconfigures OpenTelemetry instrumentation for
234-
[spring-web](#spring-web-autoconfiguration) ,
234+
[spring-web](#spring-web-autoconfiguration),
235235
[spring-webmvc](#spring-web-mvc-autoconfiguration), and
236236
[spring-webflux](#spring-webflux-autoconfiguration). Leverages Spring Aspect
237237
Oriented Programming, dependency injection, and bean post-processing to trace
@@ -476,7 +476,7 @@ autoconfiguration features with an annotation or the Zipkin starter.
476476

477477
### Spring support
478478

479-
Autoconfiguration is natively supported by Springboot applications. To enable
479+
Autoconfiguration is natively supported by Spring Boot applications. To enable
480480
these features in "vanilla" use `@EnableOpenTelemetry` to complete a component
481481
scan of this package.
482482

0 commit comments

Comments
 (0)