Browse Source

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

Sandesh Pyakurel 6 months ago
parent
commit
772b41ea5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/zsh-navigation-tools/n-list

+ 1 - 1
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