From f8c15846acd527d524aecf662d42f806db281216 Mon Sep 17 00:00:00 2001 From: Giorgio Polvara Date: Fri, 13 Apr 2018 21:42:32 +0000 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46c31ab0..85b0e6e7 100644 --- a/README.md +++ b/README.md @@ -697,7 +697,7 @@ library to save snapshot diffs, it won't work out of the box because this library uses the DOM which is mutable. Changes don't return new objects so snapshot-diff will think it's the same object and avoid diffing it. -Luckily there's an easy to way to make it work: clone the DOM when +Luckily there's an easy way to make it work: clone the DOM when passing it into snapshot-diff. It looks like this: ```js