You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/content/using-npm/workspaces.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ respect the provided `workspace` configuration.
109
109
### Using workspaces
110
110
111
111
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
113
113
above, let's also create a Node.js script that will require the `workspace-a`
0 commit comments