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:
authorsudodoki <smd.deluzion@gmail.com>2014-06-20 02:31:03 +0400
committerDomenic Denicola <domenic@domenicdenicola.com>2014-06-25 02:39:44 +0400
commit236b581366b3d547e6def9685f4ec9b4331b010e (patch)
treec5830caf30f3cddf1cc493fd904f2f432a4f8ada /doc
parentc08715478a6cb4cc9b13747f892e30732486fb3f (diff)
Fix small typo in synopsis in npm-link.md.
Fix small typo (add 's') in command's synopsis in npm-link.md.
Diffstat (limited to 'doc')
-rw-r--r--doc/api/npm-link.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/npm-link.md b/doc/api/npm-link.md
index ad8cefcab..fe875ec60 100644
--- a/doc/api/npm-link.md
+++ b/doc/api/npm-link.md
@@ -3,8 +3,8 @@ npm-link(3) -- Symlink a package folder
## SYNOPSIS
- npm.command.link(callback)
- npm.command.link(packages, callback)
+ npm.commands.link(callback)
+ npm.commands.link(packages, callback)
## DESCRIPTION