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 952da85 + 9687670 commit 06f93e2Copy full SHA for 06f93e2
docs/rules/prefer-stateless-function.md
@@ -66,7 +66,7 @@ class Foo extends React.Component {
66
67
When `true` the rule will ignore Components extending from `React.PureComponent` that use `this.props` or `this.context`.
68
69
-The following patterns is considered okay and does not cause warnings:
+The following pattern is considered okay and does not cause warnings:
70
71
```jsx
72
class Foo extends React.PureComponent {
0 commit comments