[Docs] Clean up wording in docs and shell comments

Adjust a few spelling, grammar, and naming inconsistencies in the docs and related shell comments without changing behavior.
This commit is contained in:
Peter Dave Hello
2026-03-23 23:48:23 +08:00
committed by Jordan Harband
parent 6a16398269
commit 59d4ea8f3e
4 changed files with 6 additions and 6 deletions

2
nvm.sh
View File

@@ -2282,7 +2282,7 @@ nvm_install_binary_extract() {
command mkdir -p "${TMPDIR}" && \
VERSION_PATH="$(nvm_version_path "${PREFIXED_VERSION}")" || return 1
# For Windows system (GitBash with MSYS, Cygwin)
# For Windows system (Git Bash with MSYS, Cygwin)
if [ "${NVM_OS}" = 'win' ]; then
VERSION_PATH="${VERSION_PATH}/bin"
command unzip -q "${TARBALL}" -d "${TMPDIR}" || return 1