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

This commit is contained in:
Cornelius Roemer
2022-09-09 03:33:18 +02:00
committed by GitHub
parent 675613a03d
commit 81f77afce1

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}}`