Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/overview.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The overall application health for a given endpoint is the logical AND of all of
The current version of the MicroProfile Health specification does not define how the defined endpoints may be partitioned in the event
that the MicroProfile runtime supports deployment of multiple applications. If an implementation wishes to
support multiple applications within a MicroProfile runtime, the semantics of individual endpoints are
expected to be the logical AND of all the application in the runtime. The exact details of this are deferred to
expected to be the logical AND of all the applications in the runtime. The exact details of this are deferred to
a future version of the MicroProfile Health specification.

== Proposed solution
Expand Down