Skip to content

Commit ba1adef

Browse files
MrBrain295wraithgar
authored andcommitted
chore(docs): capitalize all Instaces of "package"
To make the headings consistent. PR-URL: #2760 Credit: @MrBrain295 Close: #2760 Reviewed-by: @wraithgar
1 parent 2ed0cc8 commit ba1adef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/using-npm/developers.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ You can use `npm init` in the root of your package in order to get you
9393
started with a pretty basic package.json file. See [`npm
9494
init`](/commands/npm-init) for more info.
9595

96-
### Keeping files *out* of your package
96+
### Keeping files *out* of your Package
9797

9898
Use a `.npmignore` file to keep stuff out of your package. If there's no
9999
`.npmignore` file, but there *is* a `.gitignore` file, then npm will ignore
@@ -210,7 +210,7 @@ and then follow the prompts.
210210

211211
This is documented better in [npm adduser](/commands/npm-adduser).
212212

213-
### Publish your package
213+
### Publish your Package
214214

215215
This part's easy. In the root of your folder, do this:
216216

0 commit comments

Comments
 (0)