Skip to content

Commit

Permalink
Spelling abitrarily -> arbitrarily (facebook#14710)
Browse files Browse the repository at this point in the history
  • Loading branch information
realityforge authored and n8schloss committed Jan 31, 2019
1 parent 3d3e75f commit 38675ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-reconciler/src/ReactFiberUnwindWork.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ function throwException(

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

0 comments on commit 38675ca

Please sign in to comment.