Skip to content

Commit

Permalink
Typo fix (#13595)
Browse files Browse the repository at this point in the history
Update the first sentence on line 289 from:
 "Reducer tests are also be a great fit for snapshots."

to:
 "Reducer tests are also a great fit for snapshots."
  • Loading branch information
saracope authored and Soean committed Jan 30, 2019
1 parent 62e1522 commit 0fa385f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributors/testing-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ describe( 'SolarSystem', () => {
} );
```
Reducer tests are also be a great fit for snapshots. They are often large, complex data structures that shouldn't change unexpectedly, exactly what snapshots excel at!
Reducer tests are also a great fit for snapshots. They are often large, complex data structures that shouldn't change unexpectedly, exactly what snapshots excel at!
#### Working with snapshots
Expand Down

0 comments on commit 0fa385f

Please sign in to comment.