From 5350209831c61fd6fd01243646b311bccce79e6a Mon Sep 17 00:00:00 2001 From: Darryl Tec Date: Mon, 1 May 2023 07:30:52 -0600 Subject: [PATCH] Update `main` docs to add a comma Because I had to do a double-take to understand what was going on --- docs/lib/content/configuring-npm/package-json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib/content/configuring-npm/package-json.md b/docs/lib/content/configuring-npm/package-json.md index 19d04dc475694..7334c5b49db16 100644 --- a/docs/lib/content/configuring-npm/package-json.md +++ b/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. 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 package's root folder. +If `main` is not set, it defaults to `index.js` in the package's root folder. ### browser