From 4d0401546a01ad6d90cc7ea0d60e462eb15b7417 Mon Sep 17 00:00:00 2001 From: Rohan Santhosh Date: Fri, 6 Mar 2026 13:14:54 +0800 Subject: [PATCH] Fix typo: occured -> occurred --- .../react-reconciler/src/__tests__/ReactAsyncActions-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-reconciler/src/__tests__/ReactAsyncActions-test.js b/packages/react-reconciler/src/__tests__/ReactAsyncActions-test.js index 41f5a3559156..26874881dca5 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