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:
parent
675613a03d
commit
81f77afce1
1 changed files with 1 additions and 1 deletions
|
@ -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}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue