File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/lib/content/using-npm Expand file tree Collapse file tree 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
77### Description
88
99** 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
1111file system from within a singular top-level, root package.
1212
1313This 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
1616order to add references to packages that should be symlinked into the current
1717` node_modules ` folder.
1818
You can’t perform that action at this time.
0 commit comments