Skip to content

Commit

Permalink
fix(docs): Improve phrasing of workspace example
Browse files Browse the repository at this point in the history
PR-URL: #3450
Credit: @lumaxis
Close: #3450
Reviewed-by: @wraithgar
  • Loading branch information
lumaxis authored and wraithgar committed Jun 22, 2021
1 parent 9bdfbc7 commit 53f81af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/using-npm/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
.
Expand Down

0 comments on commit 53f81af

Please sign in to comment.