Browse Source

Change plural sentence to singular (#4758)

main
Peter Hauke 2 years ago
committed by GitHub
parent
commit
d2deddfb6d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/docs/reconciliation.md

2
content/docs/reconciliation.md

@ -45,7 +45,7 @@ This will destroy the old `Counter` and remount a new one.
>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()`

Loading…
Cancel
Save