We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e44c2a commit 9dbc2b3Copy full SHA for 9dbc2b3
docs/lib/content/commands/npm-outdated.md
@@ -37,7 +37,7 @@ In the output:
37
included in `package.json` are always marked `dependencies`.
38
* `homepage` (when using `--long` / `-l`) is the `homepage` value contained
39
in the package's packument
40
-* `depended by location` (when using `--long` / `-l`) shows location of the package depends on the displayed dependency
+* `depended by location` (when using `--long` / `-l`) shows location of the package that depends on the displayed dependency
41
* Red means there's a newer version matching your semver requirements, so
42
you should update now.
43
* Yellow indicates that there's a newer version _above_ your semver
0 commit comments