There was an error while loading. Please reload this page.
1 parent 0760ef2 commit 50686cbCopy full SHA for 50686cb
docs/react-testing-library/faq.md
@@ -54,7 +54,7 @@ the `change` event, React thinks that the value hasn't actually been changed.
54
55
This works for Simulate because they use internal APIs to fire special simulated
56
events. With React Testing Library, we try to avoid implementation details to
57
-make your tests more resiliant.
+make your tests more resilient.
58
59
So we have it worked out for the change event handler to set the property for
60
you in a way that's not trackable by React. This is why you must pass the value
0 commit comments