Skip to content

Commit f73c044

Browse files
GeyseRKent C. Dodds
authored and
Kent C. Dodds
committed
docs: readme typo fix (testing-library#97)
1 parent 7cb84a9 commit f73c044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ npm install --save-dev dom-testing-library
114114

115115
Note:
116116

117-
- Each of the `get` APIs below have a matching [`getAll`](#queryall-and-getall-apis) API that returns all elements instead of just the first one, and [`query`](#query-apis)/[`getAll`](#queryall-and-getall-apis) that return `null`/`[]` instead of throwing an error.
117+
- Each of the `get` APIs below have a matching [`getAll`](#queryall-and-getall-apis) API that returns all elements instead of just the first one, and [`query`](#query-apis)/[`queryAll`](#queryall-and-getall-apis) that return `null`/`[]` instead of throwing an error.
118118
- See [TextMatch](#textmatch) for details on the `exact`, `trim`, and `collapseWhitespace` options.
119119

120120
```javascript

0 commit comments

Comments
 (0)