Skip to content

Commit f8045af

Browse files
authored
Fix typo in main doc page (#221)
1 parent c8ec271 commit f8045af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/modules/ROOT/pages/index.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[micrometer-docs-generator-overview]]
22
= Overview
33

4-
By using the https://github.com/micrometer-metrics/micrometer-docs-generator[Micrometer Docs Generator] project and by implementing the `ObservationDocumentation`, `SpanDocumentation` or `MeterDocumentation` interfaces as an `enum`, you can scan your sources and generate Asciidoctor documentation. This lets you maintain the docuemntation for your observability instrumentation in code, and as long as you use the `enum` implementation in your instrumentation, it ensures that your documentation stays in-sync with the instrumentation.
4+
By using the https://github.com/micrometer-metrics/micrometer-docs-generator[Micrometer Docs Generator] project and by implementing the `ObservationDocumentation`, `SpanDocumentation` or `MeterDocumentation` interfaces as an `enum`, you can scan your sources and generate Asciidoctor documentation. This lets you maintain the documentation for your observability instrumentation in code, and as long as you use the `enum` implementation in your instrumentation, it ensures that your documentation stays in-sync with the instrumentation.
55

66
The following example shows a Maven `pom.xml` with the Micrometer Docs Generator project:
77

0 commit comments

Comments
 (0)