Skip to content

Commit fbbbea1

Browse files
NE-SmallTownSunil Pai
authored andcommitted
fix word async -> concurrent (facebook#15844)
1 parent eb2ace1 commit fbbbea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dom/src/events/__tests__/SimpleEventPlugin-test.internal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ describe('SimpleEventPlugin', function() {
230230
expect(button.textContent).toEqual('Count: 3');
231231
});
232232

233-
describe('interactive events, in async mode', () => {
233+
describe('interactive events, in concurrent mode', () => {
234234
beforeEach(() => {
235235
jest.resetModules();
236236
ReactFeatureFlags = require('shared/ReactFeatureFlags');

0 commit comments

Comments
 (0)