diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/metrics.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/metrics.adoc index 9248822b142..ba8ebca1706 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/metrics.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/metrics.adoc @@ -768,7 +768,7 @@ TIP: In some cases, exceptions handled in web controllers are not recorded as re Applications can opt in and record exceptions by <>. By default, all requests are handled. -To customize the filter, provide a `@Bean` that implements `FilterRegistrationBean`. +To customize the filter, provide a `@Bean` that implements `FilterRegistrationBean`.