Skip to content

Commit 0eea577

Browse files
ithinker5HuJiajie
andauthored
Fix typo in comment (accumlated → accumulated) (#21637)
Co-authored-by: HuJiajie <hujj@firstgrid.cn>
1 parent 0706162 commit 0eea577

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-reconciler/src/ReactFiberBeginWork.new.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ function updateSimpleMemoComponent(
557557
// The pending lanes were cleared at the beginning of beginWork. We're
558558
// about to bail out, but there might be other lanes that weren't
559559
// included in the current render. Usually, the priority level of the
560-
// remaining updates is accumlated during the evaluation of the
560+
// remaining updates is accumulated during the evaluation of the
561561
// component (i.e. when processing the update queue). But since since
562562
// we're bailing out early *without* evaluating the component, we need
563563
// to account for it here, too. Reset to the value of the current fiber.

packages/react-reconciler/src/ReactFiberBeginWork.old.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ function updateSimpleMemoComponent(
557557
// The pending lanes were cleared at the beginning of beginWork. We're
558558
// about to bail out, but there might be other lanes that weren't
559559
// included in the current render. Usually, the priority level of the
560-
// remaining updates is accumlated during the evaluation of the
560+
// remaining updates is accumulated during the evaluation of the
561561
// component (i.e. when processing the update queue). But since since
562562
// we're bailing out early *without* evaluating the component, we need
563563
// to account for it here, too. Reset to the value of the current fiber.

0 commit comments

Comments
 (0)