Skip to content

Commit 26b6454

Browse files
cgayowlstronaut
authored andcommitted
docs: fix grammer in local path note
"is ran" is not correct. "in this case" seems to add nothing so I removed that also.
1 parent 1c0e83d commit 26b6454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/lib/content/configuring-npm/package-json.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ that require npm installing where you don't want to hit an external server,
749749
but should not be used when publishing your package to the public registry.
750750
751751
*note*: Packages linked by local path will not have their own
752-
dependencies installed when `npm install` is ran in this case. You must
752+
dependencies installed when `npm install` is run. You must
753753
run `npm install` from inside the local path itself.
754754
755755
### devDependencies

0 commit comments

Comments
 (0)