From e02b46ad7acdeb9fbb63f782e546c2f8db94ae6e Mon Sep 17 00:00:00 2001 From: marsonya <16393876+marsonya@users.noreply.github.com> Date: Mon, 4 Jan 2021 19:31:18 +0530 Subject: [PATCH] Grammatical Fix in npm-ls Documentation 'Therefore' is spelled 'Therefor' PR-URL: https://github.com/npm/cli/pull/2436 Credit: @marsonya Close: #2436 Reviewed-by: @isaacs --- docs/content/commands/npm-ls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/commands/npm-ls.md b/docs/content/commands/npm-ls.md index 54787bd6389c6..7abdbf82a5712 100644 --- a/docs/content/commands/npm-ls.md +++ b/docs/content/commands/npm-ls.md @@ -62,7 +62,7 @@ this gets even more curious, as `peerDependencies` are logically physically at or above their location on disk. Also, in the years since npm got an `ls` command (in version 0.0.2!), -dependency graphs have gotten much larger as a general rule. Therefor, in +dependency graphs have gotten much larger as a general rule. Therefore, in order to avoid dumping an excessive amount of content to the terminal, `npm ls` now only shows the _top_ level dependencies, unless `--all` is provided.