From a9891c6952d6d697102b5258dd08d4512c2ae228 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Mon, 24 Apr 2017 11:36:14 -0700 Subject: [PATCH] Fix formatting of health-check-http-endpoint hover --- .../health-check-http-endpoint.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/headless-services/manifest-yaml-language-server/src/main/resources/description-by-prop-name/health-check-http-endpoint.md b/headless-services/manifest-yaml-language-server/src/main/resources/description-by-prop-name/health-check-http-endpoint.md index 190e86b00..fb38a8693 100644 --- a/headless-services/manifest-yaml-language-server/src/main/resources/description-by-prop-name/health-check-http-endpoint.md +++ b/headless-services/manifest-yaml-language-server/src/main/resources/description-by-prop-name/health-check-http-endpoint.md @@ -1,6 +1,6 @@ Use the `health-check-http-endpoint` attribute to customize the endpoint for the `http` health check type. If you do not provide a `health-check-http-endpoint` attribute, it uses endpoint `/`. ---- - ... - health-check-type: http - health-check-http-endpoint: /health + --- + ... + health-check-type: http + health-check-http-endpoint: /health