From 53f81af319f298a0fdd8f143184c3e89770f24ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Spie=C3=9F?= Date: Tue, 22 Jun 2021 16:34:24 +0200 Subject: [PATCH] fix(docs): Improve phrasing of workspace example PR-URL: https://github.com/npm/cli/pull/3450 Credit: @lumaxis Close: #3450 Reviewed-by: @wraithgar --- docs/content/using-npm/workspaces.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/using-npm/workspaces.md b/docs/content/using-npm/workspaces.md index 612404a994647..829168864abe4 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: ``` .