nodejs / nodejs.org

The Node.js® Website
https://nodejs.org
MIT License
6.15k stars 6.21k forks source link

fix: change NVM to nvm #6722

Closed styfle closed 4 months ago

styfle commented 4 months ago

Description

I believe nvm is always lowercase as seen in their readme

https://github.com/nvm-sh/nvm/blob/master/README.md

Validation

Visit https://nodejs-org-git-fork-styfle-patch-1-openjs.vercel.app/en/download/package-manager and note the dropdown.

Related Issues

None

Check List

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗

Name Status Preview Updated (UTC)
nodejs-org ✅ Ready (Inspect) Visit Preview May 14, 2024 4:25pm
github-actions[bot] commented 4 months ago
Lighthouse Results URL Performance Accessibility Best Practices SEO Report
/en 🟢 97 🟢 100 🟢 96 🟢 91 🔗
/en/about 🟢 98 🟢 100 🟢 100 🟢 91 🔗
/en/about/previous-releases 🟢 100 🟢 100 🟢 100 🟢 92 🔗
/en/download 🟢 100 🟢 100 🟢 100 🟢 91 🔗
/en/blog 🟢 98 🟢 100 🟢 96 🟢 92 🔗
github-actions[bot] commented 4 months ago

Unit Test Coverage Report

Lines Statements Branches Functions
Coverage: 91%
90.04% (588/653) 76.08% (175/230) 92.18% (118/128)

Unit Test Report

Tests Skipped Failures Errors Time
128 0 :zzz: 0 :x: 0 :fire: 6.011s :stopwatch:
styfle commented 4 months ago

Just, is there any other mention of nvm that might be in the wrong case?

Good point, I just pushed another commit (f415c4d) where the code comment was using the wrong case as well.