diff --git a/docs/src/main/asciidoc/smallrye-health.adoc b/docs/src/main/asciidoc/smallrye-health.adoc index 2f06c6bd06de2..0b42d944f2437 100644 --- a/docs/src/main/asciidoc/smallrye-health.adoc +++ b/docs/src/main/asciidoc/smallrye-health.adoc @@ -326,7 +326,7 @@ For the perfomance reasons the context (e.g., CDI or security context) is not pr == Reactive health checks -MicroProfile Health currently doesn't support to return reactive types, however, our implementation, SmallRye Health does. +MicroProfile Health currently doesn't support returning reactive types, but SmallRye Health does. If you want to provide a reactive health check, you can implement the `io.smallrye.health.api.AsyncHealthCheck` interface instead of the `org.eclipse.microprofile.health.HealthCheck` one. The `io.smallrye.health.api.AsyncHealthCheck` interface allows you to return a `Uni`.