Skip to content

Commit 6c53445

Browse files
mindfocusZakaryCode
authored andcommitted
fix: text err (#244)
1 parent d97782d commit 6c53445

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/tailwindcss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ title: 使用 Tailwind CSS
1515
### 1. 使用包管理器安装 `tailwindcss`
1616

1717
```bash
18-
# 使用你喜欢的宝管理器 npm / yarn / pnpm
18+
# 使用你喜欢的包管理器 npm / yarn / pnpm
1919
npm install -D tailwindcss postcss autoprefixer
2020
# 初始化 tailwind.config.js 文件
2121
npx tailwindcss init

versioned_docs/version-3.x/tailwindcss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ title: 使用 Tailwind CSS
1515
### 1. 使用包管理器安装 `tailwindcss`
1616

1717
```bash
18-
# 使用你喜欢的宝管理器 npm / yarn / pnpm
18+
# 使用你喜欢的包管理器 npm / yarn / pnpm
1919
npm install -D tailwindcss postcss autoprefixer
2020
# 初始化 tailwind.config.js 文件
2121
npx tailwindcss init

versioned_docs/version-4.x/tailwindcss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ title: 使用 Tailwind CSS
1515
### 1. 使用包管理器安装 `tailwindcss`
1616

1717
```bash
18-
# 使用你喜欢的宝管理器 npm / yarn / pnpm
18+
# 使用你喜欢的包管理器 npm / yarn / pnpm
1919
npm install -D tailwindcss postcss autoprefixer
2020
# 初始化 tailwind.config.js 文件
2121
npx tailwindcss init

0 commit comments

Comments
 (0)