Skip to content

Commit 00eac8c

Browse files
authored
docs(zh): fix typo in react-compiler.md (#1738)
2 parents 02e1397 + 451d00b commit 00eac8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/react-compiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ React Compiler 与 React 19 RC 配合使用效果最佳。如果你无法升级
166166
{`npm install react-compiler-runtime@rc`}
167167
</TerminalBlock>
168168

169-
你还应该在编译器配置中添加正确的 `target`,值为你所使用的 React 大版本。
169+
你还应该在编译器配置中添加正确的 `target`值,为你所使用的 React 大版本。
170170

171171
```js {3}
172172
// babel.config.js

0 commit comments

Comments
 (0)