From c07d1cef36bac46e5ae4bc73709b4928b372cf0b Mon Sep 17 00:00:00 2001 From: Sevket Yalcin Date: Fri, 19 Oct 2018 21:51:06 +0900 Subject: [PATCH] Fix typo on `componentWillReceiveProps` (#21255) --- guide/english/react/life-cycle-methods-of-a-component/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 eb91276179..a3374eca23 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()`