Skip to content

Commit a55480b

Browse files
committed
Small wording nit
1 parent da29d89 commit a55480b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/blog/2018-02-07-react-v-16-3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ We are also adding a new static lifecycle, `getDerivedStateFromProps`, as a safe
5757
5858
Although it is not possible for strict mode to catch all problems (e.g. certain types of mutation), it can help with many. If you see warnings in strict mode, those things will likely cause bugs for async rendering.
5959

60-
In version 16.3, `StrictMode` helps with only a handful of things:
60+
In version 16.3, `StrictMode` helps with:
6161
* Identifying components with unsafe lifecycles
62-
* Identifying usage of the legacy string ref API
62+
* Warning about legacy string ref API usage
6363
* Detecting unexpected side effects
6464

6565
Additional functionality will be added with future releases of React.

0 commit comments

Comments
 (0)