Skip to content

Commit

Permalink
Fix typo and remove a redundant space
Browse files Browse the repository at this point in the history
  • Loading branch information
mvasin committed Aug 12, 2018
1 parent c3b7708 commit 5785c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Transition-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ describe('Transition', () => {
inst.setProps({ in: true })
})

it('should fallback to timeous with addEndListener ', done => {
it('should fallback to timeouts with addEndListener', done => {
let calledEnd = false
let listener = (node, end) =>
setTimeout(() => {
Expand Down

0 comments on commit 5785c7e

Please sign in to comment.