From 4a3c46e53b5b430dc574bec565435e1ed2d4e298 Mon Sep 17 00:00:00 2001 From: meteorlxy Date: Wed, 5 Jul 2023 11:36:10 +0800 Subject: [PATCH] docs: fix grammar --- docs/guide/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/deployment.md b/docs/guide/deployment.md index 59c5e4bbee..5ac46cb8f6 100644 --- a/docs/guide/deployment.md +++ b/docs/guide/deployment.md @@ -4,7 +4,7 @@ The following guides are based on some shared assumptions: - You are placing your Markdown source files inside the `docs` directory of your project; - You are using the default build output location (`.vuepress/dist`); -- You are using as [pnpm](https://pnpm.io) package manager, while npm and yarn are also supported; +- You are using [pnpm](https://pnpm.io) as package manager, while npm and yarn are also supported; - VuePress is installed as a local dependency in your project, and you have setup the following script in `package.json`: ```json