Skip to content

Commit 8d51b9d

Browse files
SaladForkDianaSuvorova
authored andcommitted
Fix doc header for rule to match rule name (#37)
1 parent ac0e379 commit 8d51b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/mapStateToProps-prefer-parameters-names.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Enforces that all mapStateToProps parameters have specific names. (react-redux/mapStateToProps-prefer-named-parameters)
1+
# Enforces that all mapStateToProps parameters have specific names. (react-redux/mapStateToProps-prefer-parameters-names)
22

33
[react-redux mapStateToProps](https://github.com/reactjs/react-redux/blob/master/docs/api.md#connectmapstatetoprops-mapdispatchtoprops-mergeprops-options) function has 2 optional arguments:
44
* state

0 commit comments

Comments
 (0)