Skip to content

Commit 9d483dc

Browse files
realityforgegaearon
authored andcommitted
Spelling abitrarily -> arbitrarily (#14710)
1 parent 6d5ea54 commit 9d483dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/react-reconciler/src/ReactFiberUnwindWork.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ function throwException(
298298

299299
let absoluteTimeoutMs;
300300
if (earliestTimeoutMs === -1) {
301-
// If no explicit threshold is given, default to an abitrarily large
301+
// If no explicit threshold is given, default to an arbitrarily large
302302
// value. The actual size doesn't matter because the threshold for the
303303
// whole tree will be clamped to the expiration time.
304304
absoluteTimeoutMs = maxSigned31BitInt;

0 commit comments

Comments
 (0)