Skip to content

Commit 673bcba

Browse files
GpxKent C. Dodds
authored andcommitted
docs: fix typo in README (#56)
1 parent aadfb75 commit 673bcba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ library to save snapshot diffs, it won't work out of the box because
697697
this library uses the DOM which is mutable. Changes don't return new
698698
objects so snapshot-diff will think it's the same object and avoid diffing it.
699699

700-
Luckily there's an easy to way to make it work: clone the DOM when
700+
Luckily there's an easy way to make it work: clone the DOM when
701701
passing it into snapshot-diff. It looks like this:
702702

703703
```js

0 commit comments

Comments
 (0)