We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aba4f96 + 9f4465c commit 4c52dd2Copy full SHA for 4c52dd2
docs/rules/prefer-stateless-function.md
@@ -11,7 +11,7 @@ This rule will check your class based React components for
11
* `render` method that return anything but JSX (`undefined`, `null`, etc.)
12
* presence of `ref` attribute in JSX
13
14
-If none of these 4 elements are found then the rule warn you to write this component as a pure function.
+If none of these 4 elements are found, the rule will warn you to write this component as a pure function.
15
16
The following pattern is considered warnings:
17
0 commit comments