From 6e24ebd2f044e33568f4797a57ee9fc4e184edb7 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Mon, 25 Apr 2016 13:39:35 -0600 Subject: [PATCH] fix typo --- .../META-INF/additional-spring-configuration-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-context/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-cloud-context/src/main/resources/META-INF/additional-spring-configuration-metadata.json index b012db20..ee6cf34b 100644 --- a/spring-cloud-context/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-cloud-context/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -2,7 +2,7 @@ { "name": "management.health.refresh.enabled", "type": "java.lang.Boolean", - "description": "Enable the health endpoint or the refresh scope.", + "description": "Enable the health endpoint for the refresh scope.", "defaultValue": true }, {