We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c865f commit 7751dd4Copy full SHA for 7751dd4
docs/lib/content/configuring-npm/package-json.md
@@ -323,7 +323,7 @@ This should be a module relative to the root of your package folder.
323
For most modules, it makes the most sense to have a main script and often
324
not much else.
325
326
-If `main` is not set it defaults to `index.js` in the package's root folder.
+If `main` is not set, it defaults to `index.js` in the package's root folder.
327
328
### browser
329
0 commit comments