Skip to content

Commit

Permalink
Fix typo: reconcilation -> reconciliation (#25355)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangrenyang committed Sep 29, 2022
1 parent ebbe599 commit 8cadcff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-reconciler/src/ReactFiberCommitWork.new.js
Expand Up @@ -2381,7 +2381,7 @@ function commitMutationEffectsOnFiber(

// The effect flag should be checked *after* we refine the type of fiber,
// because the fiber tag is more specific. An exception is any flag related
// to reconcilation, because those can be set on all fiber types.
// to reconciliation, because those can be set on all fiber types.
switch (finishedWork.tag) {
case FunctionComponent:
case ForwardRef:
Expand Down
2 changes: 1 addition & 1 deletion packages/react-reconciler/src/ReactFiberCommitWork.old.js
Expand Up @@ -2381,7 +2381,7 @@ function commitMutationEffectsOnFiber(

// The effect flag should be checked *after* we refine the type of fiber,
// because the fiber tag is more specific. An exception is any flag related
// to reconcilation, because those can be set on all fiber types.
// to reconciliation, because those can be set on all fiber types.
switch (finishedWork.tag) {
case FunctionComponent:
case ForwardRef:
Expand Down

0 comments on commit 8cadcff

Please sign in to comment.