File tree 1 file changed +3
-3
lines changed
docs/lib/content/using-npm
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ description: Working with workspaces
7
7
### Description
8
8
9
9
** Workspaces** is a generic term that refers to the set of features in the
10
- npm cli that provides support to managing multiple packages from your local
10
+ npm cli that provides support for managing multiple packages from your local
11
11
file system from within a singular top-level, root package.
12
12
13
13
This set of features makes up for a much more streamlined workflow handling
14
- linked packages from the local file system. Automating the linking process
15
- as part of ` npm install ` and avoiding manually having to use ` npm link ` in
14
+ linked packages from the local file system. It automates the linking process
15
+ as part of ` npm install ` and removes the need to manually use ` npm link ` in
16
16
order to add references to packages that should be symlinked into the current
17
17
` node_modules ` folder.
18
18
You can’t perform that action at this time.
0 commit comments