Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMrBrain295 <66077254+MrBrain295@users.noreply.github.com>2021-02-22 03:52:21 +0300
committerisaacs <i@izs.me>2021-02-22 23:32:39 +0300
commit3c72ab4412111c708736e3a7b8342150372a4af4 (patch)
treeebbf810a68650589b4e464a81b1dfc8ffe09a147 /docs
parentad4d12e4951cc3935d21969b6764b57981625318 (diff)
Capitalize Package in a Heading
The third heading needed “package” capitalized. PR-URL: https://github.com/npm/cli/pull/2749 Credit: @MrBrain295 Close: #2749 Reviewed-by: @isaacs
Diffstat (limited to 'docs')
-rw-r--r--docs/content/using-npm/developers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/using-npm/developers.md b/docs/content/using-npm/developers.md
index bce615cfe..627ce7c70 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: