Skip to content

Commit 2f987d9

Browse files
coryhousethymikee
authored andcommitted
Grammar tweaks in README.md (#33)
1 parent 9f7ffc6 commit 2f987d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[![Greenkeeper badge](https://badges.greenkeeper.io/jest-community/snapshot-diff.svg)](https://greenkeeper.io/)
44
[![npm version](https://badge.fury.io/js/snapshot-diff.svg)](https://badge.fury.io/js/snapshot-diff)
55

6-
Diffing snapshot utility for Jest. Takes two values, and return their difference as a string, ready to be snapshoted with `toMatchSnapshot()`.
7-
Especially helpful when testing the difference between different states of a React component.
6+
Diffing snapshot utility for Jest. Takes two values, and return their difference as a string, ready to be snapshotted with `toMatchSnapshot()`.
7+
Especially helpful when testing the difference between different React component states.
88

99
## Installation
1010
```bash

0 commit comments

Comments
 (0)