CLI documentation update from CI

CI User committed Mar 11, 2022 at 02:34 UTC 772dbc7a629820d16c345bead9fadd39b9c2f611
2 files changed +2 -2
cli/v8
+1 -1
@@ -1 +1 @@
1 -Subproject commit ec7f36ff9e6c973ae5d5998a783bcff16027c282
1 +Subproject commit f66290ecbbc1f766597013ed0d8e624455372de4
content/cli/v8/configuring-npm/package-json.md
+1 -1
@@ -333,7 +333,7 @@ This should be a module relative to the root of your package folder.
333 For most modules, it makes the most sense to have a main script and often
334 not much else.
335
336 -If `main` is not set it defaults to `index.js` in the packages root folder.
336 +If `main` is not set it defaults to `index.js` in the package's root folder.
337
338 ### browser
339