chore(zsh-navigation-tools): fix typo (#11960)

master
Sandesh Pyakurel 2 years ago committed by GitHub
parent 7329b2fbb1
commit 772b41ea5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      plugins/zsh-navigation-tools/n-list

@ -467,7 +467,7 @@ while (( 1 )); do
elif [ -n "$keypad" ]; then
final_key="$keypad"
else
_nlist_status_msg "Inproper input detected"
_nlist_status_msg "Improper input detected"
zcurses refresh main inner
fi

Loading…
Cancel
Save