CLI documentation update from CI

CI User committed Jun 25, 2021 at 02:27 UTC a535efa15e6b3a71a783749728e50672bafffabc
2 files changed +3 -3
cli/v7
+1 -1
@@ -1 +1 @@
1 -Subproject commit 5ae068ae57d309b2ab4bc3f34c27cd1d86bcd7b2
1 +Subproject commit cf55fe0f06a1e50454b5c2bcf40652cb6fb68e53
content/cli/v7/using-npm/workspaces.md
+2 -2
@@ -44,8 +44,8 @@ Workspaces are usually defined via the `workspaces` property of the
44 ```
45
46 Given the above `package.json` example living at a current working
47 -directory `.` that contains a folder named `workspace-a` that disposes
48 -of a `package.json` inside it, defining a nodejs package, e.g:
47 +directory `.` that contains a folder named `workspace-a` that itself contains
48 +a `package.json` inside it, defining a nodejs package, e.g:
49
50 ```
51 .