diff --git a/src/content/learn/react-compiler.md b/src/content/learn/react-compiler.md index 55c8e9ea50..1b36f97c9f 100644 --- a/src/content/learn/react-compiler.md +++ b/src/content/learn/react-compiler.md @@ -166,7 +166,7 @@ React Compiler 与 React 19 RC 配合使用效果最佳。如果你无法升级 {`npm install react-compiler-runtime@rc`} -你还应该在编译器配置中添加正确的 `target`,值为你所使用的 React 大版本。 +你还应该在编译器配置中添加正确的 `target`值,为你所使用的 React 大版本。 ```js {3} // babel.config.js