Skip to content

Commit

Permalink
Fix typo in comment (Noticable→Noticeable) (#19737)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear committed Sep 2, 2020
1 parent 98dba66 commit 2cfd73c
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/ReactFiberWorkLoop.new.js
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ function finishConcurrentRender(root, exitStatus, lanes) {
if (!shouldForceFlushFallbacksInDEV()) {
// This is not a transition, but we did trigger an avoided state.
// Schedule a placeholder to display after a short delay, using the Just
// Noticable Difference.
// Noticeable Difference.
// TODO: Is the JND optimization worth the added complexity? If this is
// the only reason we track the event time, then probably not.
// Consider removing.
Expand Down
2 changes: 1 addition & 1 deletion packages/react-reconciler/src/ReactFiberWorkLoop.old.js
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ function finishConcurrentRender(root, exitStatus, lanes) {
if (!shouldForceFlushFallbacksInDEV()) {
// This is not a transition, but we did trigger an avoided state.
// Schedule a placeholder to display after a short delay, using the Just
// Noticable Difference.
// Noticeable Difference.
// TODO: Is the JND optimization worth the added complexity? If this is
// the only reason we track the event time, then probably not.
// Consider removing.
Expand Down

0 comments on commit 2cfd73c

Please sign in to comment.