Skip to content

Commit 0eae6b4

Browse files
izeyesnicoll
authored andcommitted
Polish
See gh-24418
1 parent 105cf59 commit 0eae6b4

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/spring-boot-features.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ TIP: If you want to know on which HTTP port the application is running, get the
450450
=== Application Startup tracking
451451
During the application startup, the `SpringApplication` and the `ApplicationContext` perform many tasks related to the application lifecycle,
452452
the beans lifecycle or even processing application events.
453-
With {spring-framework-api}/core/metrics/ApplicationStartup.html[ApplicationStartup`], Spring Framework {spring-framework-docs}/core.html#context-functionality-startup[allows you track the application startup sequence with `StartupStep`s].
453+
With {spring-framework-api}/core/metrics/ApplicationStartup.html[`ApplicationStartup`], Spring Framework {spring-framework-docs}/core.html#context-functionality-startup[allows you to track the application startup sequence with ``StartupStep``s].
454454
This data can be collected for profiling purposes, or just to have a better understanding of an application startup process.
455455

456456
You can choose an `ApplicationStartup` implementation when setting up the `SpringApplication` instance.

0 commit comments

Comments
 (0)