npx icon indicating copy to clipboard operation
npx copied to clipboard

Minor typo on auto-fallback.js

Open pabloab opened this issue 5 years ago • 0 comments

There seems to be a minor typo on auto-fallback.js:

diff  <(npx --shell-auto-fallback bash) <(npx --shell-auto-fallback zsh)
2c2
< command_not_found_handle() {
---
> command_not_found_handler() {

Probably for both it was intended to be command_not_found_handler (with the final r).

pabloab avatar Jun 12 '19 05:06 pabloab