Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: Correct typo on getting started page (#1086)
Co-authored-by: Khalid J Hosein <kjhosein@gmail.com>
  • Loading branch information
Stratus3D and kjhosein committed Nov 5, 2021
1 parent 73efc9f commit 4321980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/getting-started.md
Expand Up @@ -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:

Expand Down

0 comments on commit 4321980

Please sign in to comment.