Skip to content

Commit 5f3f04f

Browse files
authored
Merge pull request #1783 from chentsulin/patch-1
fix typo containing
2 parents 9519938 + 26dc5a6 commit 5f3f04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/no-access-state-in-setstate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = {
4747
return {
4848
CallExpression(node) {
4949
// Appends all the methods that are calling another
50-
// method containg this.state to the methods array
50+
// method containing this.state to the methods array
5151
methods.map(method => {
5252
if (node.callee.name === method.methodName) {
5353
let current = node.parent;

0 commit comments

Comments
 (0)