Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-fei committed Nov 1, 2015
1 parent 902a911 commit eb9d4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/bindActionCreators.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('bindActionCreators', () => {
)
})

it('throwfor a null actionCreator', () => {
it('throws for a null actionCreator', () => {
expect(() => {
bindActionCreators(null, store.dispatch)
}).toThrow(
Expand Down

0 comments on commit eb9d4f0

Please sign in to comment.