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.
1 parent 952da85 commit 9687670Copy full SHA for 9687670
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