Skip to content

Commit c9b7bbd

Browse files
mvasinjquense
authored andcommitted
chore: fix typo and remove a redundant space (#395)
1 parent c3b7708 commit c9b7bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Transition-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ describe('Transition', () => {
107107
inst.setProps({ in: true })
108108
})
109109

110-
it('should fallback to timeous with addEndListener ', done => {
110+
it('should fallback to timeouts with addEndListener', done => {
111111
let calledEnd = false
112112
let listener = (node, end) =>
113113
setTimeout(() => {

0 commit comments

Comments
 (0)