diff options
Diffstat (limited to 'deps/npm/html/partial/doc/cli/npm-link.html')
-rw-r--r-- | deps/npm/html/partial/doc/cli/npm-link.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/html/partial/doc/cli/npm-link.html b/deps/npm/html/partial/doc/cli/npm-link.html index 3c832399dd..c4b01c2a65 100644 --- a/deps/npm/html/partial/doc/cli/npm-link.html +++ b/deps/npm/html/partial/doc/cli/npm-link.html @@ -13,7 +13,7 @@ symlink from the local <code>node_modules</code> folder to the global symlink.</ <p>Note that <code>package-name</code> is taken from <code>package.json</code>, not from directory name.</p> <p>The package name can be optionally prefixed with a scope. See <code><a href="../misc/npm-scope.html">npm-scope(7)</a></code>. -The scope must by preceded by an @-symbol and followed by a slash.</p> +The scope must be preceded by an @-symbol and followed by a slash.</p> <p>When creating tarballs for <code>npm publish</code>, the linked packages are "snapshotted" to their current state by resolving the symbolic links.</p> <p>This is handy for installing your own stuff, so that you can work on it and |