From 8f869e6be3e887418556bf5990fc5350139bb867 Mon Sep 17 00:00:00 2001 From: Alex Panchenko Date: Wed, 17 Dec 2014 17:44:34 +0600 Subject: [PATCH] Remove duplicate "should" word from README --- spring-boot-actuator/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-actuator/README.adoc b/spring-boot-actuator/README.adoc index 27cca445ea..5e8e44c12f 100644 --- a/spring-boot-actuator/README.adoc +++ b/spring-boot-actuator/README.adoc @@ -41,7 +41,7 @@ For Gradle, use the declaration: * **Metrics** Spring Boot Actuator includes a metrics service with ``gauge'' and ``counter'' support. A ``gauge'' records a single value; and a ``counter'' records a delta (an increment or decrement). Metrics for all HTTP requests are automatically - recorded, so if you hit the `metrics` endpoint should should see a sensible response. + recorded, so if you hit the `metrics` endpoint should see a sensible response. * **Audit** Spring Boot Actuator has a flexible audit framework that will publish events to an `AuditService`. Once Spring Security is in play it automatically publishes authentication events by default. This can be very useful for reporting, and also to