Skip to content

Commit

Permalink
docs(workspaces): fix grammar (#7190)
Browse files Browse the repository at this point in the history
  • Loading branch information
alekstech committed Feb 1, 2024
1 parent 0dd03f9 commit 5b7184f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/lib/content/using-npm/workspaces.md
Expand Up @@ -7,12 +7,12 @@ description: Working with workspaces
### Description

**Workspaces** is a generic term that refers to the set of features in the
npm cli that provides support to managing multiple packages from your local
npm cli that provides support for managing multiple packages from your local
file system from within a singular top-level, root package.

This set of features makes up for a much more streamlined workflow handling
linked packages from the local file system. Automating the linking process
as part of `npm install` and avoiding manually having to use `npm link` in
linked packages from the local file system. It automates the linking process
as part of `npm install` and removes the need to manually use `npm link` in
order to add references to packages that should be symlinked into the current
`node_modules` folder.

Expand Down

0 comments on commit 5b7184f

Please sign in to comment.