Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

Commit e681246

Browse files
authored
Fix: spelling error in featurefirstcontainer
// Testing actions is as easy as validating that the actions are dispatched <- dispatch
1 parent 698a419 commit e681246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/containers/FeatureFirstContainer/tests/actions.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
CLEAR_DATA_ERROR,
88
} from '../constants';
99

10-
// Testing actions is as easy as validating that the actions are dispatch
10+
// Testing actions is as easy as validating that the actions are dispatched
1111
// The way you think they are being dispatched.
1212
// Just test that your expected Action object is what is actually dispatched.
1313
// If you need help,

0 commit comments

Comments
 (0)