From 9d483dcfd6aad53ce082d249845436a56eb39248 Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Mon, 28 Jan 2019 01:54:37 +1100 Subject: [PATCH] Spelling abitrarily -> arbitrarily (#14710) --- packages/react-reconciler/src/ReactFiberUnwindWork.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-reconciler/src/ReactFiberUnwindWork.js b/packages/react-reconciler/src/ReactFiberUnwindWork.js index 68cd4988f7f99..df5efdf241f42 100644 --- a/packages/react-reconciler/src/ReactFiberUnwindWork.js +++ b/packages/react-reconciler/src/ReactFiberUnwindWork.js @@ -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;