Skip to content

Commit

Permalink
docs: grammar fix
Browse files Browse the repository at this point in the history
PR-URL: #3878
Credit: @XhmikosR
Close: #3878
Reviewed-by: @wraithgar
  • Loading branch information
XhmikosR authored and wraithgar committed Oct 12, 2021
1 parent d559d6d commit a190f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/using-npm/workspaces.md
Expand Up @@ -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:

Expand Down

0 comments on commit a190f42

Please sign in to comment.