Skip to content

Commit 7c25872

Browse files
committed
Remove example that messes up TOC
1 parent 257d42a commit 7c25872

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,8 @@ facilitate testing implementation details). Read more about this in
8989
* [`waitForElement`](#waitforelement)
9090
* [`fireEvent(node: HTMLElement, event: Event)`](#fireeventnode-htmlelement-event-event)
9191
* [`TextMatch`](#textmatch)
92-
* [Examples](#examples)
9392
* [`query` APIs](#query-apis)
94-
* [Examples](#examples-1)
93+
* [Examples](#examples)
9594
* [FAQ](#faq)
9695
* [Other Solutions](#other-solutions)
9796
* [Guiding Principles](#guiding-principles)
@@ -476,7 +475,7 @@ Several APIs accept a `TextMatch` which can be a `string`, `regex` or a
476475

477476
See [dom-testing-library#textmatch][dom-testing-lib-textmatch] for options.
478477

479-
### Examples
478+
Examples:
480479

481480
```javascript
482481
// <div>

0 commit comments

Comments
 (0)