From 16eb646416bfc073bbb9b201fa7f68ddc443484e Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Wed, 28 Feb 2018 12:13:28 -0800 Subject: [PATCH] Fixed typo --- content/blog/2018-02-07-update-on-async-rendering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2018-02-07-update-on-async-rendering.md b/content/blog/2018-02-07-update-on-async-rendering.md index 471f5542..8df8b654 100644 --- a/content/blog/2018-02-07-update-on-async-rendering.md +++ b/content/blog/2018-02-07-update-on-async-rendering.md @@ -50,7 +50,7 @@ However, if you'd like to start using the new component API (or if you're a main Before we begin, here's a quick reminder of the lifecyle changes in version 16.3: * We are adding the following lifecycle aliases: `UNSAFE_componentWillMount`, `UNSAFE_componentWillReceiveProps`, and `UNSAFE_componentWillUpdate`. (Both the old lifecycle names and the new aliases will be supported.) -* We are introducinc a new, static lifecycle, `getDerivedStateFromProps`: +* We are introducing a new, static lifecycle, `getDerivedStateFromProps`: ```js static getDerivedStateFromProps(