From 4321980c3385ac1bafd77503c8ec77b26042d05b Mon Sep 17 00:00:00 2001 From: Trevor Brown Date: Fri, 5 Nov 2021 10:55:49 -0400 Subject: [PATCH] fix: Correct typo on getting started page (#1086) Co-authored-by: Khalid J Hosein --- docs/guide/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 171e32a38..32a53f1dc 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -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: