docs: fixed typo in node.mdx

Documentation for the Node segment had a tiny typo
This commit is contained in:
Nico Glas 2022-08-05 14:05:07 +02:00 committed by Jan De Dobbeleer
parent e307b2f706
commit 64231a790f

View file

@ -54,7 +54,7 @@ the URL of the version info / release notes
- `.Patch`: `string` - patch number
- `.URL`: `string` - URL of the version info / release notes
- `.Error`: `string` - error encountered when fetching the version string
- `.PackageManagerIcon`: `string` - the Yarn on NPM icon when setting `fetch_package_manager` to `true`
- `.PackageManagerIcon`: `string` - the Yarn or NPM icon when setting `fetch_package_manager` to `true`
- `.Mismatch`: `boolean` - if the version in `.nvmrc` matches with `.Full`
[go-text-template]: https://golang.org/pkg/text/template/