summaryrefslogtreecommitdiff
path: root/deps/npm/doc/api/npm-ls.md
diff options
context:
space:
mode:
authorForrest L Norvell <forrest@npmjs.com>2015-01-23 17:51:45 -0800
committerJulien Gilli <julien.gilli@joyent.com>2015-01-27 17:41:30 -0800
commit491ac6a84365e143255cd1b75717b05dadeec219 (patch)
tree2bc373b96c183a5d403fb874a41a8045280139fc /deps/npm/doc/api/npm-ls.md
parente67073256d847be085be7049cd1d6ebd8d86ac62 (diff)
downloadnode-491ac6a84365e143255cd1b75717b05dadeec219.tar.gz
deps: upgrade npm to 2.3.0
PR: #9086 PR-URL: https://github.com/joyent/node/pull/9086 Reviewed-By: Julien Gilli <julien.gilli@joyent.com> Reviewed-By: Timothy J Fontaine <tjfontaine@gmail.com>
Diffstat (limited to 'deps/npm/doc/api/npm-ls.md')
-rw-r--r--deps/npm/doc/api/npm-ls.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/doc/api/npm-ls.md b/deps/npm/doc/api/npm-ls.md
index ed890ff14..5de78f210 100644
--- a/deps/npm/doc/api/npm-ls.md
+++ b/deps/npm/doc/api/npm-ls.md
@@ -52,5 +52,5 @@ List packages in the global install prefix instead of in the current
project.
Note, if parseable is set or long isn't set, then duplicates will be trimmed.
-This means that if a submodule a same dependency as a parent module, then the
+This means that if a submodule has the same dependency as a parent module, then the
dependency will only be output once.