npx: fix typo 'existis' -> 'it exists' (#8476)

pull/1/head
Cornelius Roemer 2022-09-09 03:33:18 +02:00 committed by GitHub
parent 675613a03d
commit 81f77afce1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
`npx --package {{package_name}} {{module_name}}`
- Run a command if existis in the current path or in `node_modules/.bin`:
- Run a command if it exists in the current path or in `node_modules/.bin`:
`npx --no-install {{command}} {{command_arguments}}`