README: fix spelling of available (not avaliable) (#370)

This commit is contained in:
Victor Sollerhed 2023-10-04 15:35:10 +02:00 committed by GitHub
parent 9275f49d82
commit 9c4e0f27d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,5 +154,5 @@ You also have the option of forcing a resolution strategy by using the flags `--
asdf nodejs resolve lts --latest-installed
# Outputs the latest version available for download which is a LTS
asdf nodejs resolve lts --latest-avaliable
asdf nodejs resolve lts --latest-available
```