From f3a4a51f0bdb76f2a0895dc4b44db045f56489dd Mon Sep 17 00:00:00 2001 From: Cory House Date: Thu, 22 Feb 2018 11:44:05 -0600 Subject: [PATCH] Grammar tweaks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 669a83f..db5dde5 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ [![Greenkeeper badge](https://badges.greenkeeper.io/jest-community/snapshot-diff.svg)](https://greenkeeper.io/) [![npm version](https://badge.fury.io/js/snapshot-diff.svg)](https://badge.fury.io/js/snapshot-diff) -Diffing snapshot utility for Jest. Takes two values, and return their difference as a string, ready to be snapshoted with `toMatchSnapshot()`. -Especially helpful when testing the difference between different states of a React component. +Diffing snapshot utility for Jest. Takes two values, and return their difference as a string, ready to be snapshotted with `toMatchSnapshot()`. +Especially helpful when testing the difference between different React component states. ## Installation ```bash