Skip to content

Commit e0f43c5

Browse files
committed
docs: improve wording in FAQ
1 parent 138c7be commit e0f43c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/website/content/docs/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Although you can use it with other renderers, it will always assume that you are
1414

1515
Unfortunately, the maintainers of `eslint-plugin-react` refuse to change that[].
1616

17-
Just as in [Beyond the DOM](https://legacy.reactjs.org/docs/design-principles.html#beyond-the-dom) we believe that the community will benefit from a renderer-agnostic and x-platform-supported plugin. This is also the initial motivation for creating `eslint-react`.
17+
Just as in [Beyond the DOM](https://legacy.reactjs.org/docs/design-principles.html#beyond-the-dom) we believe the future of React Linter is not limited to the DOM. This influences every decision made in `eslint-react`, and it is the reason why we created it.
1818

1919
</Accordion>
2020

packages/plugins/eslint-plugin-react-x/src/rules/no-implicit-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Prevents `key` from not being explicitly specified (e.g. spreading `key` from ob
3131

3232
This makes it hard to see if the key was passed correctly to the element or where it came from.
3333

34-
And it's also be proposed to be deprecated is this RFC: [Deprecate spreading key from objects](https://github.com/reactjs/rfcs/pull/107#issue-413235149)
34+
And it's also be proposed to be deprecated is this RFC: [Deprecate spreading key from objects](https://github.com/reactjs/rfcs/pull/107#issue-413235149).
3535

3636
## Examples
3737

0 commit comments

Comments
 (0)