From c4afe6008131328322a066153b05f916cece09a7 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 24 Jan 2024 23:58:56 +0100 Subject: [PATCH] Update docs/installation.md Co-authored-by: Zoltan Kochan --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 979851b2b2a4..ce4828acdd2b 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -78,7 +78,7 @@ brew install corepack This will automatically install pnpm on your system. -You can pin the version of pnpm used on your project useing the following command: +You can pin the version of pnpm used on your project using the following command: ``` corepack use pnpm@latest