Fix small typo in InteractionManager-test.js (#23782)

Summary:
Fix small typo in InteractionManager-test.js

[General] [Fixed] - Fix small typo in InteractionManager-test.js
Pull Request resolved: https://github.com/facebook/react-native/pull/23782

Differential Revision: D14349443

Pulled By: hramos

fbshipit-source-id: aefa6ec2ed861d23dbc77af7b4918ddff9078ccd
This commit is contained in:
Maxiee
2019-03-06 12:08:22 -08:00
committed by Facebook Github Bot
parent c53d918c4e
commit bc0bb2c88e

View File

@@ -302,7 +302,7 @@ describe('promise tasks', () => {
}, 100);
};
it('resolves async tasks recusively before other queued tasks', () => {
it('resolves async tasks recursively before other queued tasks', () => {
return new Promise(bigAsyncTest);
});