Skip to content

Commit eb9d4f0

Browse files
committed
fixed typo
1 parent 902a911 commit eb9d4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/bindActionCreators.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe('bindActionCreators', () => {
4747
)
4848
})
4949

50-
it('throwfor a null actionCreator', () => {
50+
it('throws for a null actionCreator', () => {
5151
expect(() => {
5252
bindActionCreators(null, store.dispatch)
5353
}).toThrow(

0 commit comments

Comments
 (0)