Skip to content

Commit eebb1d9

Browse files
committed
Merge pull request #99 from morenoh149/patch-1
Update no-did-mount-set-state documentation
2 parents 837d0ad + c39bab5 commit eebb1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-did-mount-set-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Updating the state after a component mount will trigger a second `render()` call
44

55
## Rule Details
66

7-
This rule is aimed to forbids the use of `this.setState` in `componentDidMount`.
7+
This rule is aimed to forbid the use of `this.setState` in `componentDidMount`.
88

99
The following patterns are considered warnings:
1010

0 commit comments

Comments
 (0)