From 81f77afce1eb5afb58cea6818b3790672b5d631f Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Fri, 9 Sep 2022 03:33:18 +0200 Subject: [PATCH] npx: fix typo 'existis' -> 'it exists' (#8476) --- pages/common/npx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/npx.md b/pages/common/npx.md index 59db64c1a6..a728017f19 100644 --- a/pages/common/npx.md +++ b/pages/common/npx.md @@ -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}}`