From 236b581366b3d547e6def9685f4ec9b4331b010e Mon Sep 17 00:00:00 2001 From: sudodoki Date: Fri, 20 Jun 2014 01:31:03 +0300 Subject: Fix small typo in synopsis in npm-link.md. Fix small typo (add 's') in command's synopsis in npm-link.md. --- doc/api/npm-link.md | 4 ++-- 1 file 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 -- cgit v1.2.3