Fix typo on componentWillReceiveProps (#21255)

This commit is contained in:
Sevket Yalcin
2018-10-19 21:51:06 +09:00
committed by Aditya
parent 8147a9b93e
commit c07d1cef36

View File

@ -28,7 +28,7 @@ d. `componentDidMount()`
## Updating:
a. `componentWillRecieveProps()`
a. `componentWillReceiveProps()`
b. `shouldComponentUpdate()`