We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5cc424 commit 86e2bfaCopy full SHA for 86e2bfa
docs/intro.mdx
@@ -46,8 +46,7 @@ Testing Library encourages you to avoid testing
46
[implementation details](https://kentcdodds.com/blog/testing-implementation-details)
47
like the internals of a component you're testing (though it's still possible).
48
[The Guiding Principles](/docs/guiding-principles) of this library emphasize a
49
-focus on tests that closely resemble how your web pages are interacted by the
50
-users.
+focus on tests that closely resemble how users interact with your web pages.
51
52
You may want to avoid the following implementation details:
53
0 commit comments