fix: Correct typo on getting started page (#1086)

Co-authored-by: Khalid J Hosein <kjhosein@gmail.com>
This commit is contained in:
Trevor Brown 2021-11-05 10:55:49 -04:00 committed by GitHub
parent 73efc9fa97
commit 4321980c33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -228,7 +228,7 @@ asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
Now we have a plugin for Node.js we can install a version of the tool.
We can observer which versions are available with `asdf list all nodejs` or a subset of versions with `asdf list all nodejs 14`.
We can see which versions are available with `asdf list all nodejs` or a subset of versions with `asdf list all nodejs 14`.
We will just install the `latest` available version: