We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd7564 commit d8120b3Copy full SHA for d8120b3
content/en/tutorial/09-error-handling.md
@@ -70,7 +70,7 @@ each parent component in the tree is given an opportunity to handle the error.
70
71
As a result, Error Boundaries can be nested if implemented using `componentDidCatch`.
72
When a component's `componentDidCatch()` method _doesn't_ call `setState()`, the
73
-error will continue to bubble up the Virtual DOM tree until it reaches an component
+error will continue to bubble up the Virtual DOM tree until it reaches a component
74
with a `componentDidCatch` method that _does_ call `setState()`.
75
76
## Try it!
0 commit comments