Skip to content

Commit

Permalink
docs: readme typo fix (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeyseR authored and Kent C. Dodds committed Sep 12, 2018
1 parent 7cb84a9 commit f73c044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ npm install --save-dev dom-testing-library

Note:

- 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.
- 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.
- See [TextMatch](#textmatch) for details on the `exact`, `trim`, and `collapseWhitespace` options.

```javascript
Expand Down

0 comments on commit f73c044

Please sign in to comment.