Skip to content

Commit d11f372

Browse files
committed
Fixed typo
1 parent b5e7d51 commit d11f372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jenv-add.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function Invoke-Add {
99
if ($help) {
1010
Write-Host '"jenv add" <name> <path>'
1111
Write-Host With this command you can tell JEnv which java versions you have installed
12-
Write-Host '<name> is an alias you hav to give the java version for easier referencing. It cannot be remove'
12+
Write-Host '<name> is an alias you have to give the java version for easier referencing. It cannot be remove'
1313
Write-Host '<path> is the path to the parent of your bin folder. For example: "C:\Program Files\Java\jdk-17"'
1414
Write-Host 'You have to register your JEnvs first before you can use "jenv change", "jenv use" or "jenv local"'
1515
Write-Host 'List all registered java versions with "jenv list"'

0 commit comments

Comments
 (0)