Fix typo in comment (Noticable→Noticeable) (#19737)

This commit is contained in:
Ikko Ashimine
2020-09-02 09:19:10 +09:00
committed by GitHub
parent 98dba66ee1
commit 2cfd73c4d0
2 changed files with 2 additions and 2 deletions
@@ -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.
@@ -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.