1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 08:22:08 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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