Skip to content

Commit 0ce7214

Browse files
Apply suggestions from code review
Co-authored-by: Tim Deschryver <[email protected]>
1 parent 1e35843 commit 0ce7214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/react-testing-library/faq.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ as part of the `change` method call.
8383

8484
<summary>How do I test error boundaries</summary>
8585

86-
To test if an error boundary successfully catches an error, you should make sure that if the fallback of the boundary is displayed when a child threw.
86+
To test if an error boundary successfully catches an error, you should make sure that the fallback of the boundary is displayed when a child threw.
8787

8888
Here's an example of how you can test an error boundary:
8989

0 commit comments

Comments
 (0)