diff --git a/packages/react-reconciler/src/__tests__/ReactAsyncActions-test.js b/packages/react-reconciler/src/__tests__/ReactAsyncActions-test.js index 41f5a355915..26874881dca 100644 --- a/packages/react-reconciler/src/__tests__/ReactAsyncActions-test.js +++ b/packages/react-reconciler/src/__tests__/ReactAsyncActions-test.js @@ -1700,7 +1700,7 @@ describe('ReactAsyncActions', () => { 'regression: updates in an action passed to React.startTransition are batched ' + 'even if there were no updates before the first await', async () => { - // Regression for a bug that occured in an older, too-clever-by-half + // Regression for a bug that occurred in an older, too-clever-by-half // implementation of the isomorphic startTransition API. Now, the // isomorphic startTransition is literally the composition of every // reconciler instance's startTransition, so the behavior is less likely