Fix typos

See gh-23561
This commit is contained in:
Thorasine
2020-10-01 20:29:48 +02:00
committed by Stephane Nicoll
parent e2289e2f21
commit 6c3dfac1d0
2 changed files with 3 additions and 3 deletions

View File

@@ -1287,7 +1287,7 @@ If you do not want to expose endpoints over HTTP, you can set the management por
management.server.port=-1
----
This can be achieved using the configprop:management.endpoints.web.exposure.exclude[] property as well, as shown in following example:
This can be achieved using the configprop:management.endpoints.web.exposure.exclude[] property as well, as shown in the following example:
[source,properties,indent=0,configprops]
----
@@ -1695,7 +1695,7 @@ You can also change the interval at which metrics are sent to New Relic:
management.metrics.export.newrelic.step=30s
----
By default, metrics are published via REST calls but it also possible to use the Java Agent API if you have it on the classpath:
By default, metrics are published via REST calls but it is also possible to use the Java Agent API if you have it on the classpath:
[source,properties,indent=0,configprops]
----