From a190f422a2587a0e56afa5032175e57e55123ea2 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 12 Oct 2021 13:54:59 +0300 Subject: [PATCH] docs: grammar fix PR-URL: https://github.com/npm/cli/pull/3878 Credit: @XhmikosR Close: #3878 Reviewed-by: @wraithgar --- docs/content/using-npm/workspaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/using-npm/workspaces.md b/docs/content/using-npm/workspaces.md index baf84f543f017..fc29907225393 100644 --- a/docs/content/using-npm/workspaces.md +++ b/docs/content/using-npm/workspaces.md @@ -109,7 +109,7 @@ respect the provided `workspace` configuration. ### Using workspaces Given the [specifities of how Node.js handles module resolution](https://nodejs.org/dist/latest-v14.x/docs/api/modules.html#modules_all_together) it's possible to consume any defined workspace -by it's declared `package.json` `name`. Continuing from the example defined +by its declared `package.json` `name`. Continuing from the example defined above, let's also create a Node.js script that will require the `workspace-a` example module, e.g: