We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 257d42a commit 7c25872Copy full SHA for 7c25872
README.md
@@ -89,9 +89,8 @@ facilitate testing implementation details). Read more about this in
89
* [`waitForElement`](#waitforelement)
90
* [`fireEvent(node: HTMLElement, event: Event)`](#fireeventnode-htmlelement-event-event)
91
* [`TextMatch`](#textmatch)
92
- * [Examples](#examples)
93
* [`query` APIs](#query-apis)
94
-* [Examples](#examples-1)
+* [Examples](#examples)
95
* [FAQ](#faq)
96
* [Other Solutions](#other-solutions)
97
* [Guiding Principles](#guiding-principles)
@@ -476,7 +475,7 @@ Several APIs accept a `TextMatch` which can be a `string`, `regex` or a
476
475
477
See [dom-testing-library#textmatch][dom-testing-lib-textmatch] for options.
478
479
-### Examples
+Examples:
480
481
```javascript
482
// <div>
0 commit comments