Skip to content

Commit

Permalink
Small doc adjustments noticed when backporting recent PRs
Browse files Browse the repository at this point in the history
(cherry picked from commit 55db899)
  • Loading branch information
gsmet committed Jun 28, 2023
1 parent fa50108 commit 4278d7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ private synchronized JarResult generateApplication() {
AugmentResult start = augmentAction.createProductionApplication();
if (!start.getJar().getType().equalsIgnoreCase(PackageConfig.BuiltInType.MUTABLE_JAR.getValue())) {
throw new RuntimeException(
"remote-dev can only be used with mutable applications i.e, " +
"remote-dev can only be used with mutable applications i.e. " +
"using the mutable-jar package type");
}
//now extract the artifacts, to mirror the remote side
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/management-interface-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ For example, if you have `smallrye-health` installed, the readiness probe will b

SmallRye Health Checks, SmallRye Metrics, Micrometer and Info endpoints will be declared as management endpoints when the management interface is enabled.

NOTE: The management interface will be disabled without extensions that use it. e.g. `smallrye-health`, `quarkus-smallrye-openapi`.
NOTE: The management interface is disabled when no extensions relying on it (such as the SmallRye Health or SmallRye OpenAPI extensions) are installed.

== Configure the host, port and scheme

Expand Down

0 comments on commit 4278d7a

Please sign in to comment.