From db3c47c9d88dc1bf1b196e9449c72306c15aeed3 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 26 Jul 2021 02:26:49 +0900 Subject: [PATCH] Fix typo in ReactUpdatePriority-test.js continous -> continuous --- .../react-reconciler/src/__tests__/ReactUpdatePriority-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-reconciler/src/__tests__/ReactUpdatePriority-test.js b/packages/react-reconciler/src/__tests__/ReactUpdatePriority-test.js index a63beb1ed5db7..4e3b44df255dd 100644 --- a/packages/react-reconciler/src/__tests__/ReactUpdatePriority-test.js +++ b/packages/react-reconciler/src/__tests__/ReactUpdatePriority-test.js @@ -124,7 +124,7 @@ describe('ReactUpdatePriority', () => { }); }); expect(Scheduler).toHaveYielded([ - // Because the hide update has continous priority, it should interrupt the + // Because the hide update has continuous priority, it should interrupt the // in-progress transition '(hidden)', // When the transition resumes, it's a no-op because the children are