Skip to content

Commit

Permalink
chore: fix typo and remove a redundant space (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvasin authored and jquense committed Aug 12, 2018
1 parent c3b7708 commit c9b7bbd
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 c9b7bbd

Please sign in to comment.