Skip to content

Commit 2fb5ea1

Browse files
authored
docs(intro): fix typo in solution section (#400)
1 parent 64fd6f0 commit 2fb5ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/react-testing-library/intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ primary guiding principle is:
3636
3737
So rather than dealing with instances of rendered React components, your tests
3838
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
39+
querying the DOM in the same way the user would. Finding form elements by their
4040
label text (just like a user would), finding links and buttons from their text
4141
(like a user would). It also exposes a recommended way to find elements by a
4242
`data-testid` as an "escape hatch" for elements where the text content and label

0 commit comments

Comments
 (0)