Skip to content

Commit

Permalink
docs: fix typo in configuring-npm/package-json.md (#4524)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlcmh committed Mar 10, 2022
1 parent 5c06a33 commit 2485064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/configuring-npm/package-json.md
Expand Up @@ -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

Expand Down

0 comments on commit 2485064

Please sign in to comment.