diff --git a/guide/english/react/life-cycle-methods-of-a-component/index.md b/guide/english/react/life-cycle-methods-of-a-component/index.md index eb912761797..a3374eca231 100644 --- a/guide/english/react/life-cycle-methods-of-a-component/index.md +++ b/guide/english/react/life-cycle-methods-of-a-component/index.md @@ -28,7 +28,7 @@ d. `componentDidMount()` ## Updating: -a. `componentWillRecieveProps()` +a. `componentWillReceiveProps()` b. `shouldComponentUpdate()`