Skip to content

Commit b221f66

Browse files
authored
docs: fix a typo to kick the codecov build
1 parent a920e21 commit b221f66

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
@@ -65,7 +65,7 @@ your team down.
6565

6666
The `dom-testing-library` is a very light-weight solution for testing DOM nodes
6767
(whether simulated with [`JSDOM`](https://github.com/jsdom/jsdom) as provided by
68-
default with [jest][] or in the browser). The main utilities it provides involve
68+
default with [Jest][] or in the browser). The main utilities it provides involve
6969
querying the DOM for nodes in a way that's similar to how the user finds
7070
elements on the page. In this way, the library helps ensure your tests give you
7171
confidence in your UI code. The `dom-testing-library`'s primary guiding

0 commit comments

Comments
 (0)