Skip to content

Commit 8f39f1e

Browse files
huyenltnguyenKent C. Dodds
authored andcommitted
Fix a typo (#156)
1 parent 170188c commit 8f39f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/react-testing-library/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ primary guiding principle is:
3434

3535
> [The more your tests resemble the way your software is used, the more confidence they can give you.](guiding-principles.md)
3636
37-
So rather than dealing with instances of rendered react components, your tests
37+
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
3939
querying the DOM in the same way the user would. Finding for elements by their
4040
label text (just like a user would), finding links and buttons from their text

0 commit comments

Comments
 (0)