diff --git a/content/docs/reference-react-component.md b/content/docs/reference-react-component.md index 23cfabba..c6b2aeda 100644 --- a/content/docs/reference-react-component.md +++ b/content/docs/reference-react-component.md @@ -52,7 +52,7 @@ These methods are called in the following order when an instance of a component >Note: > ->These methods are considered legacy and you should [avoid them](/blog/2018/03/27/update-on-async-rendering.html) in new code: +>This method is considered legacy and you should [avoid it](/blog/2018/03/27/update-on-async-rendering.html) in new code: > >- [`UNSAFE_componentWillMount()`](#unsafe_componentwillmount)