Skip to content

Commit 5b7184f

Browse files
authored
docs(workspaces): fix grammar (#7190)
1 parent 0dd03f9 commit 5b7184f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/lib/content/using-npm/workspaces.md

+3-3
Original file line numberDiff line numberDiff 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
1111
file system from within a singular top-level, root package.
1212

1313
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
1616
order to add references to packages that should be symlinked into the current
1717
`node_modules` folder.
1818

0 commit comments

Comments
 (0)