Skip to content

Commit 50686cb

Browse files
eugiellimpinKent C. Dodds
authored andcommitted
1 parent 0760ef2 commit 50686cb

File tree

1 file changed

+1
-1
lines changed
  • docs/react-testing-library

1 file changed

+1
-1
lines changed

docs/react-testing-library/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ the `change` event, React thinks that the value hasn't actually been changed.
5454

5555
This works for Simulate because they use internal APIs to fire special simulated
5656
events. With React Testing Library, we try to avoid implementation details to
57-
make your tests more resiliant.
57+
make your tests more resilient.
5858

5959
So we have it worked out for the change event handler to set the property for
6060
you in a way that's not trackable by React. This is why you must pass the value

0 commit comments

Comments
 (0)