mirror of
https://github.com/nvm-sh/nvm.git
synced 2026-04-03 11:34:50 +08:00
[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:
committed by
Jordan Harband
parent
6a16398269
commit
59d4ea8f3e
2
nvm.sh
2
nvm.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user