From 2485064da590ef787e94a952e0bbdcd9f4880703 Mon Sep 17 00:00:00 2001 From: David Chin Date: Thu, 10 Mar 2022 23:52:50 +0800 Subject: [PATCH] docs: fix typo in configuring-npm/package-json.md (#4524) --- docs/content/configuring-npm/package-json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/configuring-npm/package-json.md b/docs/content/configuring-npm/package-json.md index 530df0971c8eb..a6298f0c436c3 100644 --- a/docs/content/configuring-npm/package-json.md +++ b/docs/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 packages root folder. +If `main` is not set it defaults to `index.js` in the package's root folder. ### browser