We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5ea54 commit 9d483dcCopy full SHA for 9d483dc
packages/react-reconciler/src/ReactFiberUnwindWork.js
@@ -298,7 +298,7 @@ function throwException(
298
299
let absoluteTimeoutMs;
300
if (earliestTimeoutMs === -1) {
301
- // If no explicit threshold is given, default to an abitrarily large
+ // If no explicit threshold is given, default to an arbitrarily large
302
// value. The actual size doesn't matter because the threshold for the
303
// whole tree will be clamped to the expiration time.
304
absoluteTimeoutMs = maxSigned31BitInt;
0 commit comments