Skip to content

Commit d5f013a

Browse files
committed
Merge pull request #3821 from stephane-deraco/patch-1
* pr/3821: Fix typo
2 parents efd1f60 + a28c18a commit d5f013a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,7 @@ repositories, and don't want to export their values.
12401240
[[production-ready-dropwizard-metrics]]
12411241
=== Dropwizard Metrics
12421242
A default `MetricRegistry` Spring bean will be created when you declare a dependency to
1243-
the `io.dropwizard.metrics:metric-core` library; you can also register you own `@Bean`
1243+
the `io.dropwizard.metrics:metrics-core` library; you can also register you own `@Bean`
12441244
instance if you need customizations. Users of the
12451245
https://dropwizard.github.io/metrics/[Dropwizard '`Metrics`' library] will find that
12461246
Spring Boot metrics are automatically published to `com.codahale.metrics.MetricRegistry`.

0 commit comments

Comments
 (0)