Skip to content

Commit 862549d

Browse files
docs(zh): improve translations (#3432)
1 parent 18981c1 commit 862549d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/zh/guide/markdown.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Wraps in a <div class="vp-raw">
245245
$ npm add -D postcss
246246
```
247247

248-
- 创建 `docs/.postcssrc.cjs` 并将以下内容
248+
- 创建 `docs/.postcssrc.cjs` 文件并将以下内容添加到其中:
249249

250250
```js
251251
import { postcssIsolateStyles } from 'vitepress'
@@ -255,7 +255,7 @@ Wraps in a <div class="vp-raw">
255255
}
256256
```
257257

258-
It uses [`postcss-prefix-selector`](https://github.com/postcss/postcss-load-config) under the hood. You can pass its options like this:
258+
它在底层使用 [`postcss-prefix-selector`](https://github.com/postcss/postcss-load-config)。你可以像这样传递它的选项:
259259

260260
```js
261261
postcssIsolateStyles({

0 commit comments

Comments
 (0)