Skip to content

Commit 4a96707

Browse files
authored
Apply suggestions from code review
PR review: Corrected outstanding Acrolinx issues.
1 parent 0c57cc3 commit 4a96707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/java-feature-switch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To turn on Java virtual machine (JVM) metrics on CLI, refer to [Java metrics for
3030
::: zone-end
3131

3232
## Automatic memory fitting
33-
By default, the JVM manages memory conservatively, but Java automatic memory fitting fine-tunes how memory is managed for your Java application. Automatic memory fitting makes more memory available to you Java app, which may potentially boost performance by 10-20% without requiring code changes.
33+
By default, the JVM manages memory conservatively, but Java automatic memory fitting fine-tunes how memory is managed for your Java application. Automatic memory fitting makes more memory available to your Java app, which may potentially boost performance by 10-20% without requiring code changes.
3434

3535
Automatic memory fitting is **enabled by default**, but you can disable manually.
3636

@@ -98,7 +98,7 @@ To use Admin for Spring on portal, refer to [Use the component on Portal](java-a
9898
::: zone-end
9999

100100
::: zone pivot="azure-cli"
101-
To use Admin for Spring on CLI, refer to [Use the componentt on CLI](java-admin.md?tabs=azure-cli).
101+
To use Admin for Spring on CLI, refer to [Use the component on CLI](java-admin.md?tabs=azure-cli).
102102

103103
::: zone-end
104104

0 commit comments

Comments
 (0)