Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ when a real user uses it.
* [Using other assertion libraries](#using-other-assertion-libraries)
* [`TextMatch`](#textmatch)
* [`query` APIs](#query-apis)
* [`bindElementToQueries`](#bindElementToQueries)
* [`bindElementToQueries`](#bindelementtoqueries)
* [Debugging](#debugging)
* [Implementations](#implementations)
* [FAQ](#faq)
Expand Down Expand Up @@ -635,7 +635,7 @@ I'm not aware of any! Please feel free to make a pull request to add any here.
> [The more your tests resemble the way your software is used, the more confidence they can give you.][guiding-principle]

We try to only expose methods and utilities that encourage you to write tests
that closely resemble how your react components are used.
that closely resemble how your web pages are used.

Utilities are included in this project based on the following guiding
principles:
Expand Down