From 68f28b6533a9ed7bd3ad23f59a1b71a00df13eba Mon Sep 17 00:00:00 2001 From: Peter Wan <97978729+peterdanwan@users.noreply.github.com> Date: Fri, 1 Nov 2024 03:09:03 -0400 Subject: [PATCH] doc: fix Contributing.md's pnpm installation instructions (#1122) --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 40868cbf8..1d168c94e 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -35,7 +35,7 @@ requests should be made against. To develop locally: 1. Install [pnpm](https://pnpm.io/) - - DO NOT install pnpm a as npm's global dependency, we need pnpm to be able to link directly to your $PATH. + - DO NOT install pnpm as a global npm dependency, we need pnpm to be linked directly to your $PATH. - Recommended installation method is with corepack or with brew (on macOS) - If installed with brew, you might need to include the pnpm $PATH to your debugger 2. Install the dependencies with: