Skip to content

Commit

Permalink
fix: capitalize
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Apr 4, 2024
1 parent 440b217 commit 1ef39ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/deploy/Deploy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export function Deploy(props: Props) {
}

<h2>
JVM options
JVM Options
</h2>
{
Object.entries(serverTypeConfig('JVM')).map(c => (
Expand Down

0 comments on commit 1ef39ed

Please sign in to comment.