Skip to content

Commit 2485064

Browse files
authored
docs: fix typo in configuring-npm/package-json.md (#4524)
1 parent 5c06a33 commit 2485064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/configuring-npm/package-json.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ This should be a module relative to the root of your package folder.
323323
For most modules, it makes the most sense to have a main script and often
324324
not much else.
325325

326-
If `main` is not set it defaults to `index.js` in the packages root folder.
326+
If `main` is not set it defaults to `index.js` in the package's root folder.
327327

328328
### browser
329329

0 commit comments

Comments
 (0)