Skip to content

Commit d29329a

Browse files
authored
Update src/content/learn/react-compiler/incremental-adoption.md
1 parent 60a1269 commit d29329a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/react-compiler/incremental-adoption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ function useSortedData(data) {
175175

176176
## 运行时控制 {/*runtime-feature-flags-with-gating*/}
177177

178-
`gating`选项使你能够在运行时使用功能标志控制编译。这对于运行A/B测试或根据用户细分逐步推出编译器非常有用
178+
`gating`选项使你能够在运行时使用功能标志控制编译。这对于运行 A/B 测试或根据用户细分逐步推出编译器非常有用
179179

180180
### 运行时控制工作原理 {/*how-gating-works*/}
181181

0 commit comments

Comments
 (0)