From 358e8273642adc83d18337632ae8543f2b923c23 Mon Sep 17 00:00:00 2001 From: Carl Gay Date: Wed, 26 Mar 2025 23:48:36 -0400 Subject: [PATCH] Fix grammar in package-json.md "is ran" is not correct. "in this case" seems to add nothing so I removed that also. --- docs/lib/content/configuring-npm/package-json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib/content/configuring-npm/package-json.md b/docs/lib/content/configuring-npm/package-json.md index a5750924b2651..381b9aef46861 100644 --- a/docs/lib/content/configuring-npm/package-json.md +++ b/docs/lib/content/configuring-npm/package-json.md @@ -749,7 +749,7 @@ that require npm installing where you don't want to hit an external server, but should not be used when publishing your package to the public registry. *note*: Packages linked by local path will not have their own -dependencies installed when `npm install` is ran in this case. You must +dependencies installed when `npm install` is run. You must run `npm install` from inside the local path itself. ### devDependencies