From 451d00b7ec3a01757e01a0b9bc5f9f699ce13cc3 Mon Sep 17 00:00:00 2001 From: ice <49827327+coding-ice@users.noreply.github.com> Date: Tue, 15 Jul 2025 19:55:10 +0800 Subject: [PATCH] docs(zh): fix typo --- src/content/learn/react-compiler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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