We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170188c commit 8f39f1eCopy full SHA for 8f39f1e
docs/react-testing-library/intro.md
@@ -34,7 +34,7 @@ primary guiding principle is:
34
35
> [The more your tests resemble the way your software is used, the more confidence they can give you.](guiding-principles.md)
36
37
-So rather than dealing with instances of rendered react components, your tests
+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
40
label text (just like a user would), finding links and buttons from their text
0 commit comments