We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9519938 + 26dc5a6 commit 5f3f04fCopy full SHA for 5f3f04f
lib/rules/no-access-state-in-setstate.js
@@ -47,7 +47,7 @@ module.exports = {
47
return {
48
CallExpression(node) {
49
// Appends all the methods that are calling another
50
- // method containg this.state to the methods array
+ // method containing this.state to the methods array
51
methods.map(method => {
52
if (node.callee.name === method.methodName) {
53
let current = node.parent;
0 commit comments