Skip to content

Commit c39bab5

Browse files
committed
Update no-did-mount-set-state.md
1 parent 837d0ad commit c39bab5

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)