Skip to content

Commit a190f42

Browse files
XhmikosRwraithgar
authored andcommitted
docs: grammar fix
PR-URL: #3878 Credit: @XhmikosR Close: #3878 Reviewed-by: @wraithgar
1 parent d559d6d commit a190f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/using-npm/workspaces.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ respect the provided `workspace` configuration.
109109
### Using workspaces
110110

111111
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
112-
by it's declared `package.json` `name`. Continuing from the example defined
112+
by its declared `package.json` `name`. Continuing from the example defined
113113
above, let's also create a Node.js script that will require the `workspace-a`
114114
example module, e.g:
115115

0 commit comments

Comments
 (0)