From d223fbd476cf84dcb09de34409baacd2bcf7d1a5 Mon Sep 17 00:00:00 2001 From: Luciano Ayres Date: Tue, 9 Aug 2022 01:51:06 -0300 Subject: [PATCH] Rephrase sentence (#4880) Rephrase sentence referring to the single legacy method of 'UNSAFE_comonentWillMount()' on the Notes section within the 'Mounting' topic. --- content/docs/reference-react-component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)