From 3c72ab4412111c708736e3a7b8342150372a4af4 Mon Sep 17 00:00:00 2001 From: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> Date: Sun, 21 Feb 2021 18:52:21 -0600 Subject: [PATCH] Capitalize Package in a Heading MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The third heading needed “package” capitalized. PR-URL: https://github.com/npm/cli/pull/2749 Credit: @MrBrain295 Close: #2749 Reviewed-by: @isaacs --- docs/content/using-npm/developers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/using-npm/developers.md b/docs/content/using-npm/developers.md index bce615cfeb3d1..627ce7c7073c6 100644 --- a/docs/content/using-npm/developers.md +++ b/docs/content/using-npm/developers.md @@ -20,7 +20,7 @@ These are man pages. If you install npm, you should be able to then do `man npm-thing` to get the documentation on a particular topic, or `npm help thing` to see the same information. -### What is a package +### What is a Package A package is: