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:
authorDavid Chin <dlcmhd@me.com>2022-03-10 18:52:50 +0300
committerGitHub <noreply@github.com>2022-03-10 18:52:50 +0300
commit2485064da590ef787e94a952e0bbdcd9f4880703 (patch)
tree24bd501db002062a0ad7988307611f7643c41e7b /docs
parent5c06a33e641594c5617a0606c338fc54c64d623b (diff)
docs: fix typo in configuring-npm/package-json.md (#4524)
Diffstat (limited to 'docs')
-rw-r--r--docs/content/configuring-npm/package-json.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/configuring-npm/package-json.md b/docs/content/configuring-npm/package-json.md
index 530df0971..a6298f0c4 100644
--- a/docs/content/configuring-npm/package-json.md
+++ b/docs/content/configuring-npm/package-json.md
@@ -323,7 +323,7 @@ This should be a module relative to the root of your package folder.
For most modules, it makes the most sense to have a main script and often
not much else.
-If `main` is not set it defaults to `index.js` in the packages root folder.
+If `main` is not set it defaults to `index.js` in the package's root folder.
### browser