Skip to content

Commit 65d5ca6

Browse files
Merge pull request #440 from jokerwon/more-proper
docs(cn): make it more fluent
2 parents 446618e + d9642c7 commit 65d5ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/using-plugins.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Vite 旨在为常见的 Web 开发范式提供开箱即用的支持。在寻找
4040

4141
## 强制插件排序 {#enforcing-plugin-ordering}
4242

43-
为了与某些 Rollup 插件兼容,可能需要强制执行插件的顺序,或者只在构建时使用。这应该是 Vite 插件的实现细节。可以使用 `enforce` 修饰符来强制插件的位置:
43+
为了与某些 Rollup 插件兼容,可能需要强制修改插件的执行顺序,或者只在构建时使用。这应该是 Vite 插件的实现细节。可以使用 `enforce` 修饰符来强制插件的位置:
4444

4545
- `pre`:在 Vite 核心插件之前调用该插件
4646
- 默认:在 Vite 核心插件之后调用该插件

0 commit comments

Comments
 (0)