Skip to content

Commit

Permalink
Spelling abitrarily -> arbitrarily (#14710)
Browse files Browse the repository at this point in the history
  • Loading branch information
realityforge authored and gaearon committed Jan 27, 2019
1 parent 6d5ea54 commit 9d483dc
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

1 comment on commit 9d483dc

@JulianMcOmie
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Genius

Please sign in to comment.