Skip to content

Commit b965ebf

Browse files
ericmuttalukekarrys
authored andcommitted
Fix typo in scripts.md
1 parent 122938c commit b965ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/lib/content/using-npm/scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ situations. These scripts happen in addition to the `pre<event>`, `post<event>`,
6363
* Runs BEFORE the package is prepared and packed, ONLY on `npm publish`.
6464

6565
**prepack**
66-
* Runs BEFORE a tarball is packed (on "`npm pack`", "`npm publish`", and when installing a git dependencies).
66+
* Runs BEFORE a tarball is packed (on "`npm pack`", "`npm publish`", and when installing a git dependency).
6767
* NOTE: "`npm run pack`" is NOT the same as "`npm pack`". "`npm run pack`" is an arbitrary user defined script name, where as, "`npm pack`" is a CLI defined command.
6868

6969
**postpack**

0 commit comments

Comments
 (0)