From 16fc2404fc9f261f6545c09b62a2f34cff0b4d4b Mon Sep 17 00:00:00 2001 From: YuLe Date: Tue, 19 Apr 2022 11:16:37 +0800 Subject: [PATCH] fix: pnpm install typo --- docs/pages/docs/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/docs/getting-started.mdx b/docs/pages/docs/getting-started.mdx index 43c24cf9643e9..b97ab33c0a192 100644 --- a/docs/pages/docs/getting-started.mdx +++ b/docs/pages/docs/getting-started.mdx @@ -52,7 +52,7 @@ npm install turbo -D ### PNPM ```bash -pnpm add turbo -DW +pnpm add turbo -Dw ``` The `turbo` package is a little shell that will install the proper `@turborepo/*` packages.