From 359d2f6587012d2fbbed649f3937f581c70694e0 Mon Sep 17 00:00:00 2001 From: 0song <82012629+0song@users.noreply.github.com> Date: Fri, 14 Oct 2022 00:24:50 +0800 Subject: [PATCH] docs: fix doc tag (#10083) --- docs/en-US/guide/dev-faq.md | 4 ++-- docs/en-US/guide/dev-guide.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en-US/guide/dev-faq.md b/docs/en-US/guide/dev-faq.md index a4bafa1efd..a8c79d9bc2 100644 --- a/docs/en-US/guide/dev-faq.md +++ b/docs/en-US/guide/dev-faq.md @@ -9,14 +9,14 @@ Here are the problems that are easy to encounter in development. ## If you encounter dependency related issues -```bash +```shell rm -fr node_modules pnpm i ``` ## Link local dependencies -```bash +```shell # get dist pnpm build cd dist/element-plus diff --git a/docs/en-US/guide/dev-guide.md b/docs/en-US/guide/dev-guide.md index fd5926a93e..6c59be62e5 100644 --- a/docs/en-US/guide/dev-guide.md +++ b/docs/en-US/guide/dev-guide.md @@ -9,7 +9,7 @@ lang: en-US With command -```bash +```shell pnpm i ``` @@ -19,7 +19,7 @@ the project will install all dependencies. With command -```bash +```shell pnpm docs:dev ```