From 0132c475599a276cd322ea6d7f1aa8a243c02e63 Mon Sep 17 00:00:00 2001 From: Mohamed Moselhy Date: Wed, 17 Nov 2021 08:11:26 -0500 Subject: [PATCH] [readme] fix syntax typo --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc5726045a..c486dd78f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel * [`no-invalid-html-attribute`]: allow `link` `rel` to have `apple-touch-icon`, `mask-icon` ([#3132][] @ljharb) * [`no-unused-class-component-methods`]: add `getChildContext` lifecycle method ([#3136][] @yoyo837) +### Changed +* [readme] fix syntax typo ([#3141][] @moselhy) + +[#3141]: https://github.com/yannickcr/eslint-plugin-react/pull/3141 [#3136]: https://github.com/yannickcr/eslint-plugin-react/pull/3136 [#3132]: https://github.com/yannickcr/eslint-plugin-react/issue/3132 diff --git a/README.md b/README.md index fda78b325c..b10df85fef 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ You should also specify settings that will be shared across all the plugin rules // Components used as alternatives to
for forms, eg. "CustomForm", {"name": "Form", "formAttribute": "endpoint"} - ] + ], "linkComponents": [ // Components used as alternatives to for linking, eg. "Hyperlink",