From 59790061c9fff8fc71864b09e150c039a5cffce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=97=8D+85CD?= <50108258+kwaa@users.noreply.github.com> Date: Wed, 22 Jan 2025 12:41:02 +0800 Subject: [PATCH] docs(eslint-plugin-react-compiler): fix typo --- compiler/packages/eslint-plugin-react-compiler/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/packages/eslint-plugin-react-compiler/README.md b/compiler/packages/eslint-plugin-react-compiler/README.md index cc70679383690..3bf175f85e873 100644 --- a/compiler/packages/eslint-plugin-react-compiler/README.md +++ b/compiler/packages/eslint-plugin-react-compiler/README.md @@ -29,7 +29,7 @@ import react from "eslint-plugin-react" export default [ // Your existing config { ...pluginReact.configs.flat.recommended, settings: { react: { version: "detect" } } }, -+ reactCompiler.config.recommended ++ reactCompiler.configs.recommended ] ```