Skip to content

Commit ca3fd6d

Browse files
authored
docs(readme): fix typo (#264)
1 parent f5ce8f7 commit ca3fd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To update the stored image snapshot run Jest with `--updateSnapshot` or `-u` arg
3939

4040
### See it in action
4141

42-
Typically this matcher is used to for visual tests that run on a browser. For example let's say I finish working on a feature and want to write a test to prevent visual regressions:
42+
Typically this matcher is used for visual tests that run on a browser. For example let's say I finish working on a feature and want to write a test to prevent visual regressions:
4343

4444
```javascript
4545
...

0 commit comments

Comments
 (0)