Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Spieß <lumaxis@github.com>2021-06-22 17:34:24 +0300
committerGar <gar+gh@danger.computer>2021-06-22 22:18:24 +0300
commit53f81af319f298a0fdd8f143184c3e89770f24ea (patch)
tree58b3baabd8b62050f1321de5d6b204f0ae426193
parent9bdfbc71db41025dcc00e8ab37cf06af902e077c (diff)
fix(docs): Improve phrasing of workspace example
PR-URL: https://github.com/npm/cli/pull/3450 Credit: @lumaxis Close: #3450 Reviewed-by: @wraithgar
-rw-r--r--docs/content/using-npm/workspaces.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/using-npm/workspaces.md b/docs/content/using-npm/workspaces.md
index 612404a99..829168864 100644
--- a/docs/content/using-npm/workspaces.md
+++ b/docs/content/using-npm/workspaces.md
@@ -36,8 +36,8 @@ Workspaces are usually defined via the `workspaces` property of the
```
Given the above `package.json` example living at a current working
-directory `.` that contains a folder named `workspace-a` that disposes
-of a `package.json` inside it, defining a nodejs package, e.g:
+directory `.` that contains a folder named `workspace-a` that itself contains
+a `package.json` inside it, defining a nodejs package, e.g:
```
.