From 149668129791d7dae6486368a2fbf50fdecd2efe Mon Sep 17 00:00:00 2001 From: nxzq <39254482+nxzq@users.noreply.github.com> Date: Tue, 24 Oct 2023 02:16:42 -0400 Subject: [PATCH] Update workspaces.md (#6673) --- docs/install/workspaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/workspaces.md b/docs/install/workspaces.md index 079ef7dd4d..8df1d4304f 100644 --- a/docs/install/workspaces.md +++ b/docs/install/workspaces.md @@ -24,7 +24,7 @@ tree    └── tsconfig.json ``` -In the root `package.json`, the `"workspaces"` key is used to indicate which subdirectories should be considered packages/workspaces within the monorepo. It conventional to place all the workspace in a directory called `packages`. +In the root `package.json`, the `"workspaces"` key is used to indicate which subdirectories should be considered packages/workspaces within the monorepo. It's conventional to place all the workspace in a directory called `packages`. ```json {