From 96a7e53df2008b665c48c0e044616bb91e636800 Mon Sep 17 00:00:00 2001 From: Malcolm Scruggs Date: Wed, 8 Nov 2023 14:08:01 -0800 Subject: [PATCH] chore(docs): Fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5c388c38ef..09f424963a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,7 +70,7 @@ description, e.g. "Update X" or "Refactor Y." ## How do I set up the project? -Luckily it's not hard to get started. You can install dependencie +Luckily it's not hard to get started. You can install dependencies [using `pnpm`](https://pnpm.io/installation#using-corepack). Please don't use `npm` or `yarn` to respect the lockfile.