Skip to content

Commit 2cfd73c

Browse files
authored
Fix typo in comment (Noticable→Noticeable) (#19737)
1 parent 98dba66 commit 2cfd73c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ function finishConcurrentRender(root, exitStatus, lanes) {
926926
if (!shouldForceFlushFallbacksInDEV()) {
927927
// This is not a transition, but we did trigger an avoided state.
928928
// Schedule a placeholder to display after a short delay, using the Just
929-
// Noticable Difference.
929+
// Noticeable Difference.
930930
// TODO: Is the JND optimization worth the added complexity? If this is
931931
// the only reason we track the event time, then probably not.
932932
// Consider removing.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ function finishConcurrentRender(root, exitStatus, lanes) {
914914
if (!shouldForceFlushFallbacksInDEV()) {
915915
// This is not a transition, but we did trigger an avoided state.
916916
// Schedule a placeholder to display after a short delay, using the Just
917-
// Noticable Difference.
917+
// Noticeable Difference.
918918
// TODO: Is the JND optimization worth the added complexity? If this is
919919
// the only reason we track the event time, then probably not.
920920
// Consider removing.

0 commit comments

Comments
 (0)