From b6d7823bce6c97a53d550762747afccfcc8e6325 Mon Sep 17 00:00:00 2001 From: Hashim Khan Date: Thu, 23 Jul 2026 08:24:46 +0500 Subject: [PATCH] [Docs] `install.sh`: Fix missing words in bash/zsh completion message When profile detection fails, the completion hint omitted "correct file" between "to the" and "if you are using". Fixes #3528 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 45e28ab4..94491741 100755 --- a/install.sh +++ b/install.sh @@ -496,7 +496,7 @@ nvm_do_install() { fi fi if ${BASH_OR_ZSH} && [ -z "${NVM_PROFILE-}" ] ; then - nvm_echo "=> Please also append the following lines to the if you are using bash/zsh shell:" + nvm_echo "=> Please also append the following lines to the correct file if you are using bash/zsh shell:" command printf "${COMPLETION_STR}" fi