Skip to content

Commit 3679d59

Browse files
committed
docs: standardize label casing for setState in rule documentation
1 parent 0abe227 commit 3679d59

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

website/pages/docs/rules/no-access-state-in-setstate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ react-x/no-access-state-in-setstate
1414

1515
**Labels**
1616

17-
`Class Components` `SetState`
17+
`Class Components` `setState`
1818

1919
**Features**
2020

website/pages/docs/rules/no-set-state-in-component-did-mount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ react-x/no-set-state-in-component-did-mount
1414

1515
**Labels**
1616

17-
`Class Components` `SetState` `Lifecycle Methods`
17+
`Class Components` `setState` `Lifecycle Methods`
1818

1919
**Features**
2020

website/pages/docs/rules/no-set-state-in-component-did-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ react-x/no-set-state-in-component-did-update
1414

1515
**Labels**
1616

17-
`Class Components` `SetState` `Lifecycle Methods`
17+
`Class Components` `setState` `Lifecycle Methods`
1818

1919
**Features**
2020

website/pages/docs/rules/no-set-state-in-component-will-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ react-x/no-set-state-in-component-will-update
1414

1515
**Labels**
1616

17-
`Class Components` `SetState` `Lifecycle Methods`
17+
`Class Components` `setState` `Lifecycle Methods`
1818

1919
**Features**
2020

0 commit comments

Comments
 (0)