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 f8d73a7f448..2c054efbcc9 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 @@ -757,7 +757,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`.