Skip to content

Commit 0e65794

Browse files
authored
Update src/content/learn/react-compiler/incremental-adoption.md
1 parent 2e1ce57 commit 0e65794

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
@@ -127,7 +127,7 @@ module.exports = {
127127
这种方法可以让你对各个组件和挂钩进行细粒度的控制。当你希望在不影响整个目录的情况下,针对特定组件测试编译器时,这种方法非常有用。
128128
</Note>
129129

130-
### 选择加入模式配置 {/*opt-in-mode-configuration*/}
130+
### 选择加入模式配置 {/*annotation-mode-configuration*/}
131131

132132
```js
133133
// babel.config.js

0 commit comments

Comments
 (0)