Skip to content

Commit 9a703ab

Browse files
committed
Correct quotation marks in spring-boot-actuator’s README
Closes gh-4095
1 parent d793d5a commit 9a703ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spring-boot-actuator/README.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ covers the features in more detail.
1010

1111
== Enabling the Actuator
1212
The simplest way to enable the features is to add a dependency to the
13-
`spring-boot-starter-actuator` ``Starter POM''. To add the actuator to a Maven based
14-
project, add the following "starter" dependency:
13+
`spring-boot-starter-actuator` "`Starter POM`". To add the actuator to a Maven based
14+
project, add the following "`starter`" dependency:
1515

1616
[source,xml,indent=0]
1717
----
@@ -38,8 +38,8 @@ For Gradle, use the declaration:
3838
your own. For example the `health` endpoint provides basic application health
3939
information. Run up a basic application and look at `/health` (and see `/mappings` for
4040
a list of other HTTP endpoints).
41-
* **Metrics** Spring Boot Actuator includes a metrics service with ``gauge'' and
42-
``counter'' support. A ``gauge'' records a single value; and a ``counter'' records a
41+
* **Metrics** Spring Boot Actuator includes a metrics service with "`gauge`" and
42+
"`counter`" support. A "`gauge`" records a single value; and a "`counter`" records a
4343
delta (an increment or decrement). Metrics for all HTTP requests are automatically
4444
recorded, so if you hit the `metrics` endpoint should see a sensible response.
4545
* **Audit** Spring Boot Actuator has a flexible audit framework that will publish events

0 commit comments

Comments
 (0)