Skip to content

Commit 645966a

Browse files
denkristofferljharb
authored andcommitted
[Docs] no-unknown-property: fix typo in link
1 parent 8beb2aa commit 645966a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1010
* [`no-arrow-function-lifecycle`]: when converting from an arrow, remove the semi and wrapping parens ([#3337][] @ljharb)
1111
* [`jsx-key`]: Ignore elements inside `React.Children.toArray()` ([#1591][] @silvenon)
1212

13+
### Changed
14+
* [Docs] [`no-unknown-property`]: fix typo in link ([#3445][] @denkristoffer)
15+
16+
[#3445]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3445
1317
[#3436]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3436
1418
[#3337]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3337
1519
[#1591]: https://github.com/jsx-eslint/eslint-plugin-react/pull/1591

docs/rules/no-unknown-property.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ var AtomPanel = <atom-panel class="foo"></atom-panel>;
5858

5959
If you are using a library that passes something as a prop to JSX elements, it is recommended to add those props to the ignored properties.
6060

61-
For example, if you use [emotion](https://emotion.sh/docs/introduction) and its [`css` prop](https://emotion.sh/docs/css-prop)),
61+
For example, if you use [emotion](https://emotion.sh/docs/introduction) and its [`css` prop](https://emotion.sh/docs/css-prop),
6262
add the following to your `.eslintrc` config file:
6363

6464
```js

0 commit comments

Comments
 (0)