Skip to content

Commit 11c72b6

Browse files
authored
docs: fix tranalse
1 parent 8f5e1f9 commit 11c72b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/reference/react-compiler/directives.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 指令(Directives)
2+
title: 指令
33
---
44

55
<Intro>
@@ -93,7 +93,7 @@ function Component3() {
9393

9494
### 谨慎使用指令 {/*use-sparingly*/}
9595

96-
指令是一种应急方案 (escape hatch)。应优先考虑在项目级别进行编译器配置:
96+
指令是一种脱围机制 (escape hatch)。应优先考虑在项目级别进行编译器配置:
9797

9898
```js
9999
// ✅ Good - 项目的全局配置

0 commit comments

Comments
 (0)