Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-10-12 13:54:59 +0300
committerGar <gar+gh@danger.computer>2021-10-13 01:09:30 +0300
commita190f422a2587a0e56afa5032175e57e55123ea2 (patch)
tree6cea42238cd7af98ce251230b38139a1f65f654b /docs
parentd559d6da84c2dae960c6b7c89c6012fb31bcfa37 (diff)
docs: grammar fix
PR-URL: https://github.com/npm/cli/pull/3878 Credit: @XhmikosR Close: #3878 Reviewed-by: @wraithgar
Diffstat (limited to 'docs')
-rw-r--r--docs/content/using-npm/workspaces.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/using-npm/workspaces.md b/docs/content/using-npm/workspaces.md
index baf84f543..fc2990722 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: