From c9b7bbdae2575bfe8c72b564b4c4e5ac9ecb5ebb Mon Sep 17 00:00:00 2001 From: Mikhail Vasin Date: Sun, 12 Aug 2018 18:18:49 +0300 Subject: [PATCH] chore: fix typo and remove a redundant space (#395) --- test/Transition-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transition-test.js b/test/Transition-test.js index 36090acb..a7fad35a 100644 --- a/test/Transition-test.js +++ b/test/Transition-test.js @@ -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(() => {