From 77a4ced56aaea71e5e3527f2ef99bbf85d521144 Mon Sep 17 00:00:00 2001 From: Bailey Lissington <54869395+llamington@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:37:07 -0700 Subject: [PATCH] docs: Update faq.mdx (#1758) grammatical error --- website/docs/faq.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/faq.mdx b/website/docs/faq.mdx index 735a4b44e65..41caf3f1267 100644 --- a/website/docs/faq.mdx +++ b/website/docs/faq.mdx @@ -209,7 +209,7 @@ package workspaces) when the lockfile or `package.json` has been modified since install ran. If you are running a task and multiple installs are occurring (and it's causing issues), it can mean 1 of 2 things: -- If you are using package workspaces, then 1 of the project's triggering the install is not listed +- If you are using package workspaces, then one of the projects triggering the install is not listed within the `workspaces` field in the root `package.json` (for npm and yarn), or in `pnpm-workspace.yml` (for pnpm). - If the install is triggering in a non-JavaScript related project, then this project is incorrectly