From 8137b3edc8c1d24413dff6fa146dded6c64e5b92 Mon Sep 17 00:00:00 2001 From: 363045841 <79369987+363045841@users.noreply.github.com> Date: Sat, 26 Apr 2025 10:13:51 +0800 Subject: [PATCH] pnpm misspel the init project guide pnpx was misspelling --- docs/zh/guide/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/guide/getting-started.md b/docs/zh/guide/getting-started.md index 2d6453c9..68e801cb 100644 --- a/docs/zh/guide/getting-started.md +++ b/docs/zh/guide/getting-started.md @@ -72,7 +72,7 @@ $ npx vitepress init ``` ```sh [pnpm] -$ pnpm vitepress init +$ pnpx vitepress init ``` ```sh [yarn]