From a28c18a70a786dd0c6d69777ef23a5f02ea763bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20DERACO?= Date: Tue, 25 Aug 2015 14:26:56 +0200 Subject: [PATCH] Fix typo Closes gh-3821 --- .../src/main/asciidoc/production-ready-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index 7c58c80fba7..490303d4825 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -1240,7 +1240,7 @@ repositories, and don't want to export their values. [[production-ready-dropwizard-metrics]] === Dropwizard Metrics A default `MetricRegistry` Spring bean will be created when you declare a dependency to -the `io.dropwizard.metrics:metric-core` library; you can also register you own `@Bean` +the `io.dropwizard.metrics:metrics-core` library; you can also register you own `@Bean` instance if you need customizations. Users of the https://dropwizard.github.io/metrics/[Dropwizard '`Metrics`' library] will find that Spring Boot metrics are automatically published to `com.codahale.metrics.MetricRegistry`.