Skip to content

Commit 3bedee9

Browse files
dmullingsgaearon
authored andcommitted
fixed minor typo in 16.6 blog post (#1290)
* fixed typo 16.6 blog post * Update 2018-10-23-react-v-16-6.md
1 parent 8b5d710 commit 3bedee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/2018-10-23-react-v-16-6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ React 16 introduced [Error Boundaries](/blog/2017/07/26/error-handling-in-react-
7676

7777
Before that is fired, we render `null` in place of the tree that threw an error. This sometimes breaks parent components that don't expect their refs to be empty. It also doesn't work to recover from errors on the server since the `Did` lifecycle methods don't fire during server-side rendering.
7878

79-
We've adding another error method that lets you render the fallback UI before the render completes. See the docs for [`getDerivedStateFromError()`](/docs/react-component.html#static-getderivedstatefromerror).
79+
We're adding another error method that lets you render the fallback UI before the render completes. See the docs for [`getDerivedStateFromError()`](/docs/react-component.html#static-getderivedstatefromerror).
8080

8181
> Note: `getDerivedStateFromError()` is not yet available for server-side rendering. It is designed to work with server-side rendering in a future release. We're releasing it early so that you can start preparing to use it.
8282

0 commit comments

Comments
 (0)