Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTrevor Burnham <tburnham@hubspot.com>2013-08-04 20:13:58 +0400
committerDomenic Denicola <domenic@domenicdenicola.com>2013-08-15 02:38:18 +0400
commitd85765a0f8f596d803a6bf2722e29af51a1820d1 (patch)
tree2c23443961e8653e850c3451c79151930d99864e /doc
parent7ac339c420674ef870e13448ab0e3aa13cff8552 (diff)
doc: Fix typo
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/npm-scripts.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/npm-scripts.md b/doc/misc/npm-scripts.md
index b3f47699a..02d76f1c4 100644
--- a/doc/misc/npm-scripts.md
+++ b/doc/misc/npm-scripts.md
@@ -33,7 +33,7 @@ following scripts:
Run by the `npm restart` command. Note: `npm restart` will run the
stop and start scripts if no `restart` script is provided.
-Additionally, arbitrary scrips can be run by doing
+Additionally, arbitrary scripts can be run by doing
`npm run-script <stage> <pkg>`.
## NOTE: INSTALL SCRIPTS ARE AN ANTIPATTERN