Skip to content

Commit d8120b3

Browse files
authored
Update 09-error-handling.md (#1238)
Fix grammar mistake `an component` to `a component`
1 parent 4cd7564 commit d8120b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/tutorial/09-error-handling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ each parent component in the tree is given an opportunity to handle the error.
7070

7171
As a result, Error Boundaries can be nested if implemented using `componentDidCatch`.
7272
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
73+
error will continue to bubble up the Virtual DOM tree until it reaches a component
7474
with a `componentDidCatch` method that _does_ call `setState()`.
7575

7676
## Try it!

0 commit comments

Comments
 (0)