We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e35843 commit 0ce7214Copy full SHA for 0ce7214
docs/react-testing-library/faq.mdx
@@ -83,7 +83,7 @@ as part of the `change` method call.
83
84
<summary>How do I test error boundaries</summary>
85
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.
+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.
87
88
Here's an example of how you can test an error boundary:
89
0 commit comments