From 64231a790fbee3258bf261e12fa41da82fa0f7c1 Mon Sep 17 00:00:00 2001 From: Nico Glas Date: Fri, 5 Aug 2022 14:05:07 +0200 Subject: [PATCH] docs: fixed typo in node.mdx Documentation for the Node segment had a tiny typo --- website/docs/segments/node.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/segments/node.mdx b/website/docs/segments/node.mdx index 759deb80..ade46001 100644 --- a/website/docs/segments/node.mdx +++ b/website/docs/segments/node.mdx @@ -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/