We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64fd6f0 commit 2fb5ea1Copy full SHA for 2fb5ea1
docs/react-testing-library/intro.md
@@ -36,7 +36,7 @@ primary guiding principle is:
36
37
So rather than dealing with instances of rendered React components, your tests
38
will work with actual DOM nodes. The utilities this library provides facilitate
39
-querying the DOM in the same way the user would. Finding for elements by their
+querying the DOM in the same way the user would. Finding form elements by their
40
label text (just like a user would), finding links and buttons from their text
41
(like a user would). It also exposes a recommended way to find elements by a
42
`data-testid` as an "escape hatch" for elements where the text content and label
0 commit comments