From 225a5f9ab0109dc2a43c8cc96baca0271d6e5481 Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Mon, 26 Dec 2022 11:16:02 +1100 Subject: [PATCH] Update smallrye-health.adoc Minor singular / plural fixes --- docs/src/main/asciidoc/smallrye-health.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/smallrye-health.adoc b/docs/src/main/asciidoc/smallrye-health.adoc index 3c85c82dd6067..a0e0039e69fc5 100644 --- a/docs/src/main/asciidoc/smallrye-health.adoc +++ b/docs/src/main/asciidoc/smallrye-health.adoc @@ -393,9 +393,9 @@ public class LivenessAsync implements AsyncHealthCheck { Some extension may provide default health checks, including the extension will automatically register its health checks. For example, `quarkus-agroal` that is used to manage Quarkus datasource(s) automatically register a readiness health check -that will validate each datasources: xref:datasource.adoc#datasource-health-check[Datasource Health Check]. +that will validate each datasource: xref:datasource.adoc#datasource-health-check[Datasource Health Check]. -You can disable extension health check via the property `quarkus.health.extensions.enabled` so none will be automatically registered. +You can disable extension health checks via the property `quarkus.health.extensions.enabled` so none will be automatically registered. [[ui]] == Health UI