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