Skip to content

Commit 777bb54

Browse files
Jason-Cookeljharb
authored andcommitted
[Docs] fix typo
1 parent 1efea48 commit 777bb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Enable the rules that you would like to use.
112112
* [react/no-children-prop](docs/rules/no-children-prop.md): Prevent passing children as props
113113
* [react/no-danger](docs/rules/no-danger.md): Prevent usage of dangerous JSX properties
114114
* [react/no-danger-with-children](docs/rules/no-danger-with-children.md): Prevent problem with children and props.dangerouslySetInnerHTML
115-
* [react/no-deprecated](docs/rules/no-deprecated.md): Prevent usage of deprecated methods, including component lifecyle methods
115+
* [react/no-deprecated](docs/rules/no-deprecated.md): Prevent usage of deprecated methods, including component lifecycle methods
116116
* [react/no-did-mount-set-state](docs/rules/no-did-mount-set-state.md): Prevent usage of `setState` in `componentDidMount`
117117
* [react/no-did-update-set-state](docs/rules/no-did-update-set-state.md): Prevent usage of `setState` in `componentDidUpdate`
118118
* [react/no-direct-mutation-state](docs/rules/no-direct-mutation-state.md): Prevent direct mutation of `this.state`

0 commit comments

Comments
 (0)