Skip to content

Commit 899945c

Browse files
committed
docs: change library description phrase
1 parent bd4b46a commit 899945c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<img height="80" width="80" alt="owl" src="https://raw.githubusercontent.com/gnapse/jest-dom/master/other/owl.png" />
66
</a>
77

8-
<p>Custom jest matchers to test the dom structure</p>
8+
<p>Custom jest matchers to test the state of the DOM</p>
99
</div>
1010

1111
<hr />

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jest-dom",
33
"version": "0.0.0-semantically-released",
4-
"description": "Custom jest matchers to test the dom structure",
4+
"description": "Custom jest matchers to test the state of the DOM",
55
"main": "dist/index.js",
66
"engines": {
77
"node": "> 4",

0 commit comments

Comments
 (0)