Skip to content

Commit 075528d

Browse files
gnapseKent C. Dodds
authored and
Kent C. Dodds
committed
docs: fix link in README (testing-library#6)
1 parent e6efd07 commit 075528d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ getByText(container, (content, element) => {
415415

416416
## `query` APIs
417417

418-
Each of the `get` APIs listed in [the `render`](#render) section above have a
418+
Each of the `get` APIs listed in [the 'Usage'](#usage) section above have a
419419
complimentary `query` API. The `get` APIs will throw errors if a proper node
420420
cannot be found. This is normally the desired effect. However, if you want to
421421
make an assertion that an element is _not_ present in the DOM, then you can use

0 commit comments

Comments
 (0)